This commit is contained in:
2025-04-21 23:58:08 +02:00
parent cb464ad9f3
commit 2ef3148d46
5 changed files with 16 additions and 5 deletions

View File

@@ -35,5 +35,6 @@ class ScheduleSyncWorkflow:
await workflow.start_activity(
syncronize,
streamer.twitch.id
streamer.twitch.id,
schedule_to_close_timeout=timedelta(minutes=5),
)