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
Add a max_concurrency parameter to tasks, allowing to limit the number of simultaneous jobs executed across the entire cluster of workers. Implemented by Julian Edwards.
Automatically detect dead workers (killed processes, power outage...) and re-enqueue the jobs that were running on them.
Fix a bug that could result in jobs not being retried if they finished while the workers were shutting down.
Fix the integration between Django, Datadog and Spinach. Users of these three libraries may have seen the Datadog integration not reporting tasks anymore.
Remove the deprecated Raven integration, users are encouraged to use the Sentry SDK integration instead.
Enable performance tracing of tasks with the Sentry SDK.