mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
Fe overhaul docs (#1640)
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
This commit is contained in:
8
examples/python/rate_limit/trigger.py
Normal file
8
examples/python/rate_limit/trigger.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user