Skip to content
Snippets Groups Projects

Revert "remove --concurrency=1 --pool=solo"

Merged Karel van Klink requested to merge feature/change-schedule into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading