Fixes
- Fix
Queue::addJob()silently no-op'ing when a task'srun()did not actually queue a job. The return value now reliably reflects whether a job was created. (#478)
Improvements
- Add
Queue.workerLifetimeJitterconfig option to stagger worker shutdowns and avoid thundering-herd restarts when many workers are spawned together. (#476) - Refactor admin UI to be CSP-compatible: inline
<script>blocks now use nonces and inlineonclickhandlers were removed. (#477) - Move mobile-nav background image from an inline
styleattribute to a CSS class so the admin UI works under strict CSP. (#479)
Full Changelog: 8.10.2...8.11.0