From cfe50e6400faa609deef2a583e830519aac25dcd Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 23 Aug 2021 12:26:44 +1000 Subject: Fix images being marked as failed after Celery restart [#5608]. Following the video transcoding work included in v0.10.0, uploading an image and restarting Celery resulted in the image being marked as failed, even after it had been initially successfully processed. The issue was that the initial processing task was not being acknowledged by the task queue following the introduction of the `CELERY_ACKS_LATE` setting. It's not clear why this is the case, but reverting the setting fixes this issue and doesn't negatively impact video processing. --- docs/source/siteadmin/relnotes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 37fe3f7b..03d8db06 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -49,6 +49,7 @@ This chapter has important information about our current and previous releases. - Fix test suite on Debian 11 (Ben Sturmfels) - Remove reference to jsonschema.compat no longer available upstream (Marco Pessotto) +- Fix images being marked as failed after Celery restart [#5608] (Ben Sturmfels) 0.11.0 -- cgit v1.2.3