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
I'm trying to get the CeleryKubernetesExecutor up and running on our airflow cluster. I'm upgrading from a CeleryExecutor where the jobs are running fine, but when I simply upgrade the executor without adding anything, no jobs are queued at all.
task instance details gives me
(the dependencies error is present when I only use CeleryExecutor as well, but that doesn't stop the jobs from running fine.)
the queue id for this job is default and I was exepecting that this upgrade of executor would not affect anything at all, but instead everything grinds to a halt.
Anyone experiencing similar issues? I'm on latest helm chart 8.4.0 and latest airflow 2-1-1-python3.8.
I've looked around for error logs on both the scheduler side and the worker side, but there's just nothing.
The text was updated successfully, but these errors were encountered:
What is your question?
I'm trying to get the
CeleryKubernetesExecutor
up and running on our airflow cluster. I'm upgrading from aCeleryExecutor
where the jobs are running fine, but when I simply upgrade the executor without adding anything, no jobs are queued at all.task instance details gives me
(the dependencies error is present when I only use
CeleryExecutor
as well, but that doesn't stop the jobs from running fine.)the queue id for this job is
default
and I was exepecting that this upgrade of executor would not affect anything at all, but instead everything grinds to a halt.Anyone experiencing similar issues? I'm on latest helm chart 8.4.0 and latest airflow 2-1-1-python3.8.
I've looked around for error logs on both the scheduler side and the worker side, but there's just nothing.
The text was updated successfully, but these errors were encountered: