Commit c9d1d546 authored by 唐香港's avatar 唐香港

Update clear_tasks_container_logs.py

parent 949344c9
...@@ -9,7 +9,7 @@ import os,logging ...@@ -9,7 +9,7 @@ import os,logging
default_args = { default_args = {
'owner': 'tangxianggang', 'owner': 'tangxianggang',
'depends_on_past': False, 'depends_on_past': False,
'start_date': datetime.now() - timedelta(days=1), 'start_date': datetime.now() - timedelta(days=2),
'retries': 2, 'retries': 2,
'retry_delay': timedelta(seconds=5) 'retry_delay': timedelta(seconds=5)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment