mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-04 23:59:49 -06:00
* docs: update self-hosted defaults to use v1 * docs: durable execution * rm dep * lint: run black * redundant readme * more wording * other small things * isort
4 lines
95 B
Python
4 lines
95 B
Python
from examples.durable_sleep.worker import durable_sleep_task
|
|
|
|
durable_sleep_task.run_no_wait()
|