Cloud Tasks
Contents:
Introduction to Cloud Tasks
Quick Start Guide
Configuration and Instance Selection
Command Line Interface Reference
Provider-Specific Documentation
Examples
Writing a Worker Task
The Worker API
Principles for Greatest Success (and Least Frustration)
Cloud Tasks
Index
Index
_
|
A
|
B
|
C
|
E
|
I
|
J
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
W
_
__init__() (cloud_tasks.worker.Worker method)
(cloud_tasks.worker.WorkerData method)
A
args (cloud_tasks.worker.WorkerData attribute)
B
boot_disk_gb (cloud_tasks.worker.WorkerData attribute)
C
cloud_tasks.worker
module
E
event_log_file (cloud_tasks.worker.WorkerData attribute)
event_log_queue_name (cloud_tasks.worker.WorkerData attribute)
event_log_to_file (cloud_tasks.worker.WorkerData attribute)
event_log_to_queue (cloud_tasks.worker.WorkerData attribute)
exactly_once_queue (cloud_tasks.worker.WorkerData attribute)
I
instance_type (cloud_tasks.worker.WorkerData attribute)
is_spot (cloud_tasks.worker.WorkerData attribute)
J
job_id (cloud_tasks.worker.WorkerData attribute)
L
local_ssd_gb (cloud_tasks.worker.WorkerData attribute)
M
max_runtime (cloud_tasks.worker.WorkerData attribute)
memory_gb (cloud_tasks.worker.WorkerData attribute)
module
cloud_tasks.worker
N
num_cpus (cloud_tasks.worker.WorkerData attribute)
num_simultaneous_tasks (cloud_tasks.worker.WorkerData attribute)
P
price_per_hour (cloud_tasks.worker.WorkerData attribute)
project_id (cloud_tasks.worker.WorkerData attribute)
provider (cloud_tasks.worker.WorkerData attribute)
Q
queue_name (cloud_tasks.worker.WorkerData attribute)
R
received_shutdown_request (cloud_tasks.worker.WorkerData property)
received_termination_notice (cloud_tasks.worker.WorkerData property)
retry_on_exception (cloud_tasks.worker.WorkerData attribute)
retry_on_exit (cloud_tasks.worker.WorkerData attribute)
retry_on_timeout (cloud_tasks.worker.WorkerData attribute)
S
shutdown_grace_period (cloud_tasks.worker.WorkerData attribute)
simulate_spot_termination_after (cloud_tasks.worker.WorkerData attribute)
simulate_spot_termination_delay (cloud_tasks.worker.WorkerData attribute)
start() (cloud_tasks.worker.Worker method)
W
Worker (class in cloud_tasks.worker)
WorkerData (class in cloud_tasks.worker)