class documentation
class ActivityExecutionOptions: (source)
Constructor: ActivityExecutionOptions._from_proto(options)
An activity's options as resolved by the server.
Returned by ActivityHandle.update_options and
ActivityHandle.restore_original_options.
Warning
This API is experimental.
| Class Variable | heartbeat |
Maximum allowed time between heartbeats. |
| Class Variable | priority |
Priority of the activity. |
| Class Variable | retry |
Retry policy in effect for the activity. |
| Class Variable | schedule |
Total time the caller is willing to wait, including retries. |
| Class Variable | schedule |
Maximum time the activity may wait to be picked up by a worker. |
| Class Variable | start |
Delay before the first attempt is made available for dispatch. |
| Class Variable | start |
Maximum time for a single attempt. |
| Class Variable | task |
Task queue the activity is scheduled on. |
| Static Method | _from |
Undocumented |
def _from_proto(options:
temporalio.api.activity.v1.ActivityOptions) -> ActivityExecutionOptions:
(source)
¶
Undocumented