v0.1.5 - 2026-02-17
Added:
- Explicit support for Python 3.14
Fixed:
- Fixed a bug where the supervisor wouldn't respond to SIGINT while booting if
Django was waiting on the database connection pool (#16). - Fixed serialization of
datetime,date,time, andtimedeltaobjects
passed as task arguments (#30). - Fixed some race conditions during process supervision and heartbeats (#29).
- Fixed double claiming for concurrency-limited tasks (#28).