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
9b in-process BackgroundTasks queue is fine for single-process but jobs die on restart. Move to Redis-backed Celery so an interrupted optimize resumes.
Tests: submit job, kill worker, restart, status endpoint shows the resumed run.
9b in-process
BackgroundTasksqueue is fine for single-process but jobs die on restart. Move to Redis-backed Celery so an interrupted optimize resumes.Tests: submit job, kill worker, restart, status endpoint shows the resumed run.