QuintenBruynseraede commented on issue #33647: URL: https://github.com/apache/airflow/issues/33647#issuecomment-1874054112
For what it's worth, I managed to fix this issue by cleaning up some old records from the `trigger` table. The table only had 88 rows, of which none were old than ±2 months. After cleaning up 27 records older than 1 month, the triggerers started heartbeating reliably again and are no longer restarting. From 2.8.0 onwards `airflow db clean` has the option to clean that table (see https://github.com/apache/airflow/pull/34908). I just did it manually in a postgres shell. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
