Skip to content

Commit 6b26ab8

Browse files
Devo 662 scheduler log cleanup (#1690)
* add cleanup commands for scheduler log files * change 7 to 30 days * rename dag
1 parent 525d7f3 commit 6b26ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_datapipeline/maintenance_scheduler_log_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
with DAG(
15-
'cleanup_scheduler_logs',
15+
'maintenance_scheduler_log_cleanup',
1616
default_args=default_args,
1717
description='Remove folders older than 30 days from /var/lib/airflow/airflow-app/logs/scheduler',
1818
schedule_interval='@daily', # Runs once a day

0 commit comments

Comments
 (0)