You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No `spec.celeryExecutors` configured, but `spec.clusterConfig.celeryResultsBackend` and `spec.clusterConfig.celeryBroker` are provided. This only works in combination with a celery executor!"
184
+
)
185
+
}
180
186
181
187
// The Kubernetes-executor pod template is not an `AirflowRole` with role groups, so its config
182
188
// is merged and its logging validated here, up-front, rather than in the build step.
// The celery results backend and celery broker only work with configured celeryExecutors.
261
-
// Emit a warning if celery executors were not configured properly.
262
-
if !matches!(
263
-
&airflow.spec.executor,
264
-
AirflowExecutor::CeleryExecutors{ .. }
265
-
){
266
-
tracing::warn!(
267
-
"No `spec.celeryExecutors` configured, but `spec.clusterConfig.celeryResultsBackend` and `spec.clusterConfig.celeryBroker` are provided. This only works in combination with a celery executor!"
268
-
)
269
-
}
270
-
271
-
let celery_results_backend = celery_results_backend
0 commit comments