Skip to content

Commit

Permalink
Merge pull request #151 from pycontw/fix-linkedin-schedule
Browse files Browse the repository at this point in the history
fix(ods): update linkedin DAG schedule to run every two days
  • Loading branch information
henry410213028 authored Sep 14, 2024
2 parents 1dda75e + bec2cfa commit 0f4e40e
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 0f4e40e

Please sign in to comment.