Commit 74d5ab37 authored by 唐香港's avatar 唐香港

Update clear_tasks_container_logs.py

parent a6ea12fd
......@@ -9,7 +9,7 @@ import os,logging
default_args = {
'owner': 'tangxianggang',
'depends_on_past': False,
'start_date': datetime.now() - timedelta(minutes=1445),
'start_date': datetime.now() - timedelta(minutes=2890),
'retries': 2,
'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