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
* Celery: cleanup `pidbox` keys
Simple task to remove `pidbox` keys older than 15 minutes.
This is a workaround to avoid Redis OOM for now.
We will need to find out a better solution here. There is an upstream issue
opened that we should check in the near future and probably remove this
workaround: celery/celery#6089
* Celery: use `redis` to get the client
`app.backend.client` is not working anymore since we are not using a backend
result anymore.
0 commit comments