We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
retry_on_error
1 parent 2354d8f commit 1ceb435Copy full SHA for 1ceb435
1 file changed
arq/connections.py
@@ -50,7 +50,7 @@ class RedisSettings:
50
sentinel_master: str = 'mymaster'
51
52
retry_on_timeout: bool = False
53
- retry_on_error: Optional[list[Exception]] = None
+ retry_on_error: Optional[list[type[Exception]]] = None
54
retry: Optional[Retry] = None
55
56
@classmethod
0 commit comments