mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-03 23:29:45 -06:00
* 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
6 lines
105 B
Python
6 lines
105 B
Python
from examples.lifespans.worker import lifespan_workflow
|
|
|
|
result = lifespan_workflow.run()
|
|
|
|
print(result)
|