Commit 440a8aa6 authored by 吴升宇's avatar 吴升宇

update schedula

parent bcdcf1f9
...@@ -21,7 +21,7 @@ dag = DAG( ...@@ -21,7 +21,7 @@ dag = DAG(
default_args=default_args, default_args=default_args,
catchup=False, catchup=False,
description='', description='',
schedule_interval='0 0 1 * * 0', schedule_interval='0 10 1 * *', # 每月1号2点执行一次
) )
now_time = datetime.now() now_time = datetime.now()
......
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