imrichardwu commented on PR #62583: URL: https://github.com/apache/airflow/pull/62583#issuecomment-4101320692
@pierrejeambrun — I'd love your opinion on the prune_deadlines change. Originally, it was called session.delete(deadline) to hard-delete the row immediately. I changed it to set met = True and keep the row, so the API/UI can filter deadlines by status (active, met, missed). My concern is that the database table will grow and the met rows will accumulate until db cleanup runs. Is this pattern acceptable? -- 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]
