Files
hatchet/sdks/python/hatchet_sdk/exceptions.py
T
Matt Kaye b3e5630e1a Fix: Move Non-Retryable to hatchet_sdk.exceptions (#1483)
* feat: move non-retry to exceptions

* fix: client config default

* chore: ver

* cleanup: fix some dependencies

* feat: add retries to pytest in CI
2025-04-03 09:00:18 -04:00

3 lines
49 B
Python

class NonRetryableException(Exception):
pass