v2.16.3
Bug Fixes
-
[Oban] Start
Peer
andStager
afterQueue
supervisorThe queue supervisor blocks shutdown to give jobs time to finish gracefully. During that time, the Peer could obtain or retain leadership despite all the plugins having stopped. Now, the Peer and Stager (only active on the leader) stop before the queue supervisor.
-
[Testing] Cast timestamp to utc_datetime in testing queries
Timestamps with a timezone are now cast to
:utc_datetime
via a changeset before runningOban.Testing
queries.