GitHub user potiuk edited a comment on the discussion: [Critical Issue] Session Table Auto-Increment Mechanism Leads to ID Exhaustion in Airflow Database
But really - my sincere advice is to look at what you are doing to create 2B sessions, there is something really terribly wrong in your situation to reach such high sequence value. This mechanims (via `flask-session` is used by pretty much every Flask application that uses database, and exhausting the Integer type (which is used by flask-session) is not practically something we should worry about. GitHub link: https://github.com/apache/airflow/discussions/45794#discussioncomment-11886520 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
