Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in DeleteChildFiles job when deleting Master Files with associated supplemental files #6143

Open
3 tasks
masaball opened this issue Dec 11, 2024 · 0 comments
Labels

Comments

@masaball
Copy link
Contributor

masaball commented Dec 11, 2024

Description

While working on the caption extraction issue I noticed that BulkActionJobs::DeleteChildFiles jobs were failing and going into the retry queue.
Screenshot_20241211_095212.png

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
@joncameron joncameron added the bug label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants