Opened 5 years ago
Closed 3 years 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.
Change History (4)
comment:1 by , 4 years ago
Cc: | added |
---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
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 by , 3 years ago
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