Class Scheduling (1.17.0)

Scheduling(mapping=None, *, ignore_unknown_fields=False, **kwargs)

All parameters related to queuing and scheduling of custom jobs.

Attributes

NameDescription
timeout google.protobuf.duration_pb2.Duration
The maximum job running time. The default is 7 days.
restart_job_on_worker_restart bool
Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.

Inheritance

builtins.object > proto.message.Message > Scheduling