-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Likely this https://airflow.apache.org/docs/apache-airflow-providers-celery/stable/configurations-ref.html#visibility-timeout - but I am guessing. |
Beta Was this translation helpful? Give feedback.
-
|
Getting the same issue on 3.1.2, running CeleryExecutor via Docker on a Debian VM. I just tried increasing the visibility timeout per above and will report back if this doesn't correct the issue. Though I see the default timeout Celery puts on this is 1 hour (if set to None via Airflow). So have my doubts this will fix the issue. Curious, could setting AIRFLOW__CELERY__TASK_ACKS_LATE to True also address this @potiuk ? |
Beta Was this translation helpful? Give feedback.
-
No idea. |
Beta Was this translation helpful? Give feedback.


Likely this https://airflow.apache.org/docs/apache-airflow-providers-celery/stable/configurations-ref.html#visibility-timeout - but I am guessing.