mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 08:49:53 -06:00
[Docs, Python] Expand Cancellation + Conditional Workflow Docs, Fix cancellation in Python (#1471)
* feat: expand conditional docs * feat: initial cancellation work + fixing some broken links * feat: docs on cancellation * python: fix cancellation * python: cruft * chore: version * feat: python example * fix: TS cancellation examples * fix: lint * feat: go example * feat: half-baked ts conditional logic workflow * feat: add ts example conditional workflow * feat: go example * feat: go example * fix: cancellation test * fix: thanks, copilot! * Update frontend/docs/pages/home/conditional-workflows.mdx Co-authored-by: Gabe Ruttner <gabriel.ruttner@gmail.com> * fix: lint * chore: lint * fix: longer sleep --------- Co-authored-by: Gabe Ruttner <gabriel.ruttner@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
# worker = fixture_bg_worker(["poetry", "run", "manual_trigger"])
|
||||
|
||||
# # requires scope module or higher for shared event loop
|
||||
# @pytest.mark.asyncio()
|
||||
# # @pytest.mark.asyncio()
|
||||
# async def test_run(hatchet: Hatchet):
|
||||
# # TODO
|
||||
|
||||
Reference in New Issue
Block a user