Define a task
Submit a task
Add task options
retries: retry transient failurestimeout: stop runaway worklock: prevent duplicate work for the same keyprocess=True: run in a separate process for isolation
Run async work and recurring jobs without a separate worker stack.
retries: retry transient failurestimeout: stop runaway worklock: prevent duplicate work for the same keyprocess=True: run in a separate process for isolation