Skip to content
Snippets Groups Projects
Verified Commit dbed64d5 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Delay nightly run of validation workflows by three hours

parent 800122b6
No related branches found
No related tags found
1 merge request!299Revert "remove --concurrency=1 --pool=solo"
......@@ -13,7 +13,7 @@ logger = structlog.get_logger(__name__)
@celery.task
@scheduler(CronScheduleConfig(name="Subscriptions Validator", minute="10", hour="0"))
@scheduler(CronScheduleConfig(name="Subscriptions Validator", minute="10", hour="3"))
def validate_subscriptions() -> None:
"""Validate all subscriptions using their corresponding validation workflow."""
subscriptions = get_active_insync_subscriptions()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment