Replies: 3 comments 4 replies
-
| 
         we are encountering the same issue too.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         I suggest you: 
 There were some stability issues reported in earlier celery versions - you might take a look at their changelogs, but generally this is all celery related and by upgrading to newer versions (either celery or airflow) you are taking advantage of all bugfixes they implemented.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            -
| 
         hi @avidalco,  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Airflow Community!
I am currently facing an issue with my Airflow setup and would greatly appreciate any guidance or insights you could provide.
I have Airflow 2.9.1 installed on a Kubernetes cluster using the official Helm chart. Recently, I have observed frequent restarts of the scheduler, and consequently, some tasks fail to initiate. In the logs, I notice errors related to Celery and the database connection. Specifically, when executing the following query:
The final reported error is:
and further indicates:
It seems to be an issue involving Celery and the external database (PostgreSQL 14, in our case), but I'm uncertain which parameter might be relevant to resolve this error. It's worth mentioning that we use three workers with CeleryExecutor and run approximately 100 tasks daily at various times.
I would greatly appreciate your advice on potential solutions or adjustments that could help mitigate this issue.
Thank you for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions