kaxil commented on a change in pull request #19546:
URL: https://github.com/apache/airflow/pull/19546#discussion_r775669486
##########
File path: airflow/jobs/triggerer_job.py
##########
@@ -148,6 +149,25 @@ def load_triggers(self):
ids = Trigger.ids_for_triggerer(self.id)
self.runner.update_triggers(set(ids))
+ @provide_session
+ def purge_completed_triggers_list(self, session):
Review comment:
```suggestion
def purge_completed_triggers(self, session):
```
--
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]