Files
hatchet/sdks/python/examples/lifespans/trigger.py
Matt Kaye 90805ca763 Feat: Lifespans! (#1541)
* feat: implement lifespans

* feat: add psycopg test dep

* feat: lifespan script

* feat: examples and tests

* drive-by: add license

* drive-by: throw errors for sanity checks

* feat: docs

* feat: sync and async

* fix: docs

* fix: lint

* fix: small tweaks

* fix: rm unused

* fix: typed example

* fix: print
2025-04-14 08:56:39 -04:00

6 lines
105 B
Python

from examples.lifespans.worker import lifespan_workflow
result = lifespan_workflow.run()
print(result)