You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.85.7] - 2026-09-15 — Alphard
Fixed
Scheduled framework jobs keep the application context.JobHandlerResolver hands the
context to a job's constructor, but NotificationRetryJob, SessionCleanupJob, LogCleanupJob, CacheMaintenanceJob and DatabaseBackupJob overrode that constructor
without the parameter and dropped it. The notification retry job then threw NotificationContextRequiredException on every due tick (queue:scheduler run failed every
tenth minute on a fresh install); the others ran context-less. Every one now forwards the
context.