Files
hatchet/sdks/python/examples/durable_sleep/trigger.py
abelanger5 9c1e6ecf2b docs: durable execution + update self-hosted defaults to use v1 (#1484)
* docs: update self-hosted defaults to use v1

* docs: durable execution

* rm dep

* lint: run black

* redundant readme

* more wording

* other small things

* isort
2025-04-03 11:29:59 -04:00

4 lines
95 B
Python

from examples.durable_sleep.worker import durable_sleep_task
durable_sleep_task.run_no_wait()