Skip to content

Commit 584f634

Browse files
committed
docs: Add Airflow fixes
1 parent 7ab8a14 commit 584f634

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,17 @@ Previously, log entries could be sent multiple times to the Vector aggregator if
193193
This issue has now been resolved by persisting the Vector state across container restarts.
194194
Fixed in https://github.com/stackabletech/issues/issues/821[issues#821].
195195

196+
===== Apache Airflow
197+
198+
* Previously, Celery workers in Airflow 3 could run into the problem of not executing tasks anymore after a Redis re-connect.
199+
Now, this issue is fixed by bumping the celery Python package.
200+
Fixed in https://github.com/stackabletech/docker-images/pull/1343[docker-images#1343].
201+
* Previously, the operator adopted the default of 4 API workers per webserver.
202+
This results in higher resource usage although it is not required for every situation.
203+
Now, the default has been set to 1 (it can easily be changed by adding either more webserver replicas or an override).
204+
The documentation has been xref:airflow:troubleshooting/index.adoc#_setting_api_workers[corrected] and clarified to reflect this.
205+
Fixed in https://github.com/stackabletech/airflow-operator/pull/727[airflow-operator#727].
206+
196207

197208
==== Supported versions
198209

0 commit comments

Comments
 (0)