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
onsuccess is very useful but runs the risk of filling up the disk and it's hard to obtain a list of which jobs were in this state, and still having a folder on disk, that are ready for removal.
Thus I'd like to propose a new cleanup method, ondelay that cleans up jobs after a ~30 day delay (maybe it's a celery task).
The text was updated successfully, but these errors were encountered:
onsuccess
is very useful but runs the risk of filling up the disk and it's hard to obtain a list of which jobs were in this state, and still having a folder on disk, that are ready for removal.Thus I'd like to propose a new cleanup method,
ondelay
that cleans up jobs after a ~30 day delay (maybe it's a celery task).The text was updated successfully, but these errors were encountered: