Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Sep 14, 2024
2 parents be07f59 + 0f4e40e commit 4892f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/ods/linkedin_post_insights/dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"on_failure_callback": lambda x: "Need to send notification to Discord!",
}
dag = DAG(
"LINKEDIN_POST_INSIGHTS_V1",
"LINKEDIN_POST_INSIGHTS_V2",
default_args=DEFAULT_ARGS,
schedule_interval="5 8 * * *",
schedule_interval="5 8 */2 * *",
max_active_runs=1,
catchup=False,
)
Expand Down

0 comments on commit 4892f8c

Please sign in to comment.