mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-20 16:52:08 -05:00
0c4e52a97c
* 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))
|