ROCm / MITuna

MIT License
7 stars 0 forks source link

Celery: queue purge on CTRL+C #964

Closed alexandraBara closed 4 months ago

alexandraBara commented 4 months ago

adding CTRL+C handler for purging tasks that have been enqueued. Celery does a warm shutdown on the workers but the tasks left in redis do not get purged.