What's Changed
Fixed
- Fixed overflow worker expiration timing to use
System.monotonic_time/1
instead ofTime.utc_now/0
. This prevents incorrect worker expiration when system clock changes occur (e.g., from NTP adjustments or timezone changes). - Fixed one of the flaky tests.
Full Changelog: v1.4.0...v1.4.1