apache/airflow

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

已关闭

#33,370 创建于 2023年8月13日

 (6 条评论) (0 个反应) (0 位负责人)Python (16,781 个派生)batch import
good first issuekind:meta

仓库指标

星标
 (44,809 个星标)
PR 合并指标
 (平均合并 7天 18小时) (30 天内合并 834 个 PR)

描述

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.

贡献者指南