Opened 3 years ago
Closed 19 months ago
#5604 closed defect (fixed)
Enabling audio and video marks all previous uploads as failed
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.11.0 |
Component: | programming | Keywords: | |
Cc: | Olivier Mehani | Parent Tickets: |
Description
During my Debian 10 install testing, I noticed that after I enabled audio, my uploaded images were marked as failed processing and return 404. Then after uploading some audio and enabling video, all my audio was similarly marked as failed. It's fine for new uploads from there on, but the failed items remain failed.
Subtickets
Change History (4)
comment:1 Changed 3 years ago by
Cc: | Olivier Mehani added |
---|
comment:2 Changed 19 months ago by
comment:3 Changed 19 months ago by
Hi again Olivier. I believe that I've now fixed a similar issue #5608.
Please try adding the following setting in your mediagablin.ini and restarting the Celery process.
[celery] CELERY_ACKS_LATE = false
Then upload a new image, view the image detail page, restart Celery and confirm that the image is still available. If so, I think we're all good to go.
This fix will in the upcoming 0.12.0 release.
comment:4 Changed 19 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Olivier is now using a Docker-based deployment method that doesn't seem to be affected. Closing this issue - likely fixed anyway.
Olivier, would you mind testing this please:
Regards,
Ben