File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ async def run(self, platform_id: str | None = None) -> None:
6161 documents = await workflow .execute_activity (
6262 transform_mediawiki_data ,
6363 mediawiki_platform ,
64- start_to_close_timeout = timedelta (minutes = 30 ),
64+ start_to_close_timeout = timedelta (hours = 6 ),
6565 retry_policy = RetryPolicy (
66- initial_interval = timedelta (minutes = 1 ),
66+ initial_interval = timedelta (minutes = 5 ),
6767 maximum_attempts = 3 ,
6868 ),
6969 )
@@ -73,7 +73,7 @@ async def run(self, platform_id: str | None = None) -> None:
7373 await workflow .execute_activity (
7474 load_mediawiki_data ,
7575 mediawiki_platform ,
76- start_to_close_timeout = timedelta (minutes = 30 ),
76+ start_to_close_timeout = timedelta (hours = 3 ),
7777 retry_policy = RetryPolicy (
7878 initial_interval = timedelta (minutes = 1 ),
7979 maximum_attempts = 3 ,
You can’t perform that action at this time.
0 commit comments