Skip to content

Commit

Permalink
Fix schedule intervals on Cleveland Museum & Wikimedia Commons (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Mar 18, 2022
1 parent 3034e31 commit fd68b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
cleveland_museum_of_art.main,
start_date=datetime(2020, 1, 15),
max_active_tasks=1,
schedule_string="@daily",
schedule_string="@monthly",
dated=False,
)
2 changes: 1 addition & 1 deletion openverse_catalog/dags/providers/wikimedia_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# max_active_tasks was 3 before,
# maybe this is the reason for frequent failures?
max_active_tasks=1,
schedule_string="@monthly",
schedule_string="@daily",
dated=True,
media_types=["image", "audio"],
)

0 comments on commit fd68b9e

Please sign in to comment.