test: update sync time

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-10-24 17:39:06 +02:00
parent d23012c03d
commit fb75cec4cc
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
3 changed files with 3 additions and 3 deletions

View File

@ -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(

View File

@ -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(

View File

@ -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(