mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-26 11:19:59 -06:00
* fix: move around case ordering * feat: move worker fixture around * fix: clean up fixtures * feat: expand test, try to repro * debug: more minimal repro * fix: bug bashing * fix: factor out concurrency queries into overwrite * feat: improve test * fix: improve test * fix: lint * feat: migration for trigger * Fix: Retry + Cancel Bugs (#1620) * fix: send original retry count to cancel * fix: key threads, contexts, and tasks on retry count * fix: store the key on the action and use it everywhere * refactor: signature consistency * fix: instrumentor types * chore: version * feat: comment * fix: thank you mypy * fix: simplify callback * fix: ts implementation * chore: lint * fix: rework how retries are passed * Fix: Add Retries to Log Pushes (#1594) * fix: retry log pushes * chore: version