mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-08 17:59:43 -06:00
* fix: child spawning python example * fix: more things * feat: additional meta * feat: concurrency * fix: proof * fix: lint * fix: python migration * fix: test * fix: lint * fix: link on migration guide --------- Co-authored-by: Alexander Belanger <alexander@hatchet.run>
4 lines
160 B
Python
4 lines
160 B
Python
from examples.concurrency_limit.worker import WorkflowInput, concurrency_limit_workflow
|
|
|
|
concurrency_limit_workflow.run(WorkflowInput(group_key="test", run=1))
|