Files
hatchet/sdks/python/examples/rate_limit/trigger.py
Matt Kaye 5062bf1e3e V1 SDKs and Docs (#1361)
New SDKs and docs for the v1 release.
2025-03-25 15:45:07 -07:00

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()