Skip to content

Commit 990e8b4

Browse files
authored
Update WordPress Photo Directory to weekly ingestion (#3696)
1 parent 7fde4d1 commit 990e8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catalog/dags/providers/provider_workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,6 @@ def __post_init__(self):
310310
ProviderWorkflow(
311311
ingester_class=WordPressDataIngester,
312312
pull_timeout=timedelta(hours=12),
313+
schedule_string="@weekly",
313314
),
314315
]

0 commit comments

Comments
 (0)