mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix execution timeout in ScheduleSyncWorkflow
This commit is contained in:
@@ -18,6 +18,7 @@ class ScheduleSyncWorkflow:
|
||||
cls.run,
|
||||
id="ScheduleSyncWorkflow",
|
||||
task_queue=MAIN_QUEUE,
|
||||
execution_timeout=timedelta(minutes=1),
|
||||
),
|
||||
spec=ScheduleSpec(
|
||||
intervals=[ScheduleIntervalSpec(every=timedelta(minutes=5))]
|
||||
|
||||
Reference in New Issue
Block a user