mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-25 12:58:38 -05:00
b3e5630e1a
* feat: move non-retry to exceptions * fix: client config default * chore: ver * cleanup: fix some dependencies * feat: add retries to pytest in CI
3 lines
49 B
Python
3 lines
49 B
Python
class NonRetryableException(Exception):
|
|
pass
|