test: update sync time
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
d23012c03d
commit
fb75cec4cc
|
@ -35,7 +35,7 @@ ARGS = {
|
|||
|
||||
with DAG('gh_repos_sync',
|
||||
default_args=ARGS,
|
||||
schedule_interval='6 * * * *',
|
||||
schedule_interval='30 */6 * * *',
|
||||
catchup=False) as dag:
|
||||
|
||||
get_workflow_id = SimpleHttpOperator(
|
||||
|
|
|
@ -37,7 +37,7 @@ ARGS = {
|
|||
|
||||
with DAG('spiff_sync',
|
||||
default_args=ARGS,
|
||||
schedule_interval='* 1 * * *',
|
||||
schedule_interval='0 /6 * * *',
|
||||
catchup=False) as dag:
|
||||
|
||||
get_workflow_id = SimpleHttpOperator(
|
||||
|
|
|
@ -34,7 +34,7 @@ ARGS = {
|
|||
|
||||
with DAG('github_website_sync',
|
||||
default_args=ARGS,
|
||||
schedule_interval='*/30 * * * *',
|
||||
schedule_interval='15 */3 * * *',
|
||||
catchup=False) as dag:
|
||||
|
||||
get_workflow_id = SimpleHttpOperator(
|
||||
|
|
Loading…
Reference in New Issue