ERROR - DagFileProcessorManager (PID=1234 last sent a heartbeat 50.42 seconds ago! Restarting it #19270
Replies: 10 comments 7 replies
|
Do you still have this problem? |
|
Yes, I am facing the same problem, any leads? |
|
Could you check if your dag folder is in |
|
I am facing the same problem with 2.2.0/pythong 3.8 It keeps on restarting and that hampers New DAG parsing . After restart also it keeps on happening for sometime . [2022-01-10 07:32:09,331] {manager.py:321} ERROR - DagFileProcessorManager (PID=63) last sent a heartbeat 50.47 seconds ago! Restarting it |
|
tried that it didn't help much but processor_timeout i changed and it's helping a bit probably, still monitoring. |
|
One Cluster with 6 Cores and 10 parsing process - 5 scheduler pods with the setting it did hold good, |
|
I was having this issue when running dags locally. it turned out that my docker on my macbook was somehow causing this. I had to rest my docker to factory default and this issue went away. |
|
I was not able to get around this issue when trying to use Airflow 2.1.0 on Docker Desktop using WSL2 on a Windows Server VM. After trying countless things, increments and configuration, I followed the following steps which resolved the issue: In my case, there was also another issue where I had to update the wsl using the command "wsl.exe --update". I hope this helps anyone who is trying to do this on Windows Server or a VM. |
|
In my case, this error was caused by having the I was able to fix it by adding an .airflowignore file that skipped parsing all these files: |
|
The place where I worked had this exact issue: the Airflow UI wasn't reflecting DAG changes. DAGs that had been updated or removed weren't being reflected, and the UI appeared to be stuck showing the state from several days earlier. The issue was resolved by clearing the Airflow metadata database — either by truncating the relevant DAG-related metadata tables or, as a more drastic option, dropping and recreating the entire Airflow metadata database. After recreating the database, the Airflow schema had to be initialized/migrated again before starting the scheduler and webserver. |
Uh oh!
There was an error while loading. Please reload this page.
Hi Team,
I have recently installed airflow 2.1.3 using apache-airflow helm repo. But post the installation, The Dag files are not getting displayed on the UI. The reason could be the scheduler getting terminated consistently. Below is the error. Can anyone please help me with the below issue?
All reactions