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
While working on the caption extraction issue I noticed that BulkActionJobs::DeleteChildFiles jobs were failing and going into the retry queue.
According to the error description it looks like the Supplemental File has already been deleted by the time the job attempts to run. Maybe something is causing the job to get enqueued twice?
Done Looks Like
Investigate cause of job failure
Ensure unnecessary jobs aren't spawned for files already deleted
Add handling to the delete job: avoid re-enqueueing for failures in this instance
The text was updated successfully, but these errors were encountered:
Description
While working on the caption extraction issue I noticed that
BulkActionJobs::DeleteChildFiles
jobs were failing and going into the retry queue.According to the error description it looks like the Supplemental File has already been deleted by the time the job attempts to run. Maybe something is causing the job to get enqueued twice?
Done Looks Like
The text was updated successfully, but these errors were encountered: