Expand description
Functions§
- cancel
- Cancel an anonymously scheduled task.
- cancel_
named - Cancel a named scheduled task.
- cancel_
retry - Removes the retry configuration of a task.
- cancel_
retry_ named - Cancel the retry configuration of a named task.
- schedule
- Anonymously schedule a task.
- schedule_
after - Anonymously schedule a task after a delay.
- schedule_
named - Schedule a named task.
- schedule_
named_ after - Schedule a named task after a delay.
- set_
retry - Set a retry configuration for a task so that, in case its scheduled run fails, it will
be retried after
period
blocks, for a total amount ofretries
retries or until it succeeds. - set_
retry_ named - Set a retry configuration for a named task so that, in case its scheduled run fails, it
will be retried after
period
blocks, for a total amount ofretries
retries or until it succeeds.