mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-01 15:10:02 -05:00
5062bf1e3e
New SDKs and docs for the v1 release.
9 lines
209 B
Python
9 lines
209 B
Python
from examples.rate_limit.worker import rate_limit_workflow
|
|
from hatchet_sdk.hatchet import Hatchet
|
|
|
|
hatchet = Hatchet(debug=True)
|
|
|
|
rate_limit_workflow.run()
|
|
rate_limit_workflow.run()
|
|
rate_limit_workflow.run()
|