apache/airflow

Add `airflow db clean-all-expired-sessions` ? command

Fermée

#33 370 ouverte le 13 août 2023

 (6 commentaires) (0 réaction) (0 personne assignée)Python (16 781 forks)batch import
good first issuekind:meta

Métriques du dépôt

Stars
 (44 809 étoiles)
Métriques de merge PR
 (Merge moyen 7j 18h) (834 PRs mergées en 30 j)

Description

Body

With #33347 we already can cleanup session table with the same mechanism we have for all tables where --clean-before-timestamp == expiry. This is consistent with other tables, but 'session` table might have a dedicated command that will clean all the already expired sessions.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.

Guide contributeur