GitHub user claude89757 added a comment to the discussion: [Critical Issue] Session Table Auto-Increment Mechanism Leads to ID Exhaustion in Airflow Database
Through this issue, I believe there is a problem with the use of the auto-increment mechanism for the session table in Airflow's database. The specific reasons are as follows: I already have a scheduled task to execute from airflow.utils.db_cleanup import run_cleanup to clean up the database cache. However, this cache cleanup operation does not resolve the issue of the id in the session table continuously increasing and eventually exhausting. I urge the Airflow project developers to address this issue, as it could affect the long-term stability of the Airflow project. GitHub link: https://github.com/apache/airflow/discussions/45794#discussioncomment-11886438 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
