SIENTIAPDE-1141
fix: set RPC timeout to 60 seconds in temporal_manager.py for improved schedule description handling
This commit is contained in:
@@ -63,7 +63,9 @@ class TemporalManager(BaseActivity):
|
||||
|
||||
self.logger.debug("Describing schedule...")
|
||||
|
||||
desc = await handle.describe()
|
||||
desc = await handle.describe(
|
||||
rpc_timeout=timedelta(seconds=60)
|
||||
)
|
||||
|
||||
self.logger.debug("Parsing args...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user