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
I'm fine with adjusting 6 hours, but we have some exports in the pending state for months, after a hard max pending cut-off time we should stop the celery process and mark long exports as failed.
pld
changed the title
If an export has been pending for more than 6 hours it probably failed
If an export has been pending for more than 6 hours mark as failed
Jul 20, 2017
Fixes: #1068
Create periodic tasks which:
- Find old pending exports and mark them as failed.
- Find old failed exports and delete them
The 'oldness' is determined by a configurable setting.
Create periodic tasks which:
- Find stale pending exports and mark them as failed.
- Find stale failed exports and delete them
An export is stale if it is older than `EXPORT_TASK_LIFESPAN` setting which has the default value of 6 hours.
Fixes: #1068
I'm fine with adjusting 6 hours, but we have some exports in the pending state for months, after a hard max pending cut-off time we should stop the celery process and mark long exports as failed.
Aha! Link: https://ona.aha.io/features/PROD-544
The text was updated successfully, but these errors were encountered: