Bug Fixes
-
[Workflow] Ensure a minimum snooze when all deps are scheduled.
When an upstream dependency was scheduled to run right now, or sometime in the past, it would return an invalid value like
{:snooze, 0}
. In that case the result was considered a success and the job wouldn’t run as expected. -
[DynamicCron] Prevent crashing when a cron’s worker module is missing. This could happen during rolling or blue/green deploys.
-
[PG] Correct
ident
check when receiving scoped messages for pause, resume, or scale type actions.