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: increase frequency of delete_closed_external_versions task (#10425)
* Celery: increase frequency of `delete_closed_external_versions` task
We have 255k versions that should have been deleted already, but we are
executing the task with a limit of 200 version. This makes the task to not catch
up with all the versions that has to delete, and we keep accumulating them.
This commit increases the frequency from "once a day" to "every 3 hours". It
will help to catch up and to keep our database clean of closed PRs.
Related readthedocs/readthedocs-ops#1291
* Update readthedocs/settings/base.py
Co-authored-by: Santos Gallegos <[email protected]>
---------
Co-authored-by: Santos Gallegos <[email protected]>
0 commit comments