Skip to content

Commit

Permalink
fix exception type
Browse files Browse the repository at this point in the history
  • Loading branch information
mernmic committed Jan 25, 2023
1 parent ff23326 commit edd6014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arq/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class RedisSettings:
sentinel_master: str = 'mymaster'

retry_on_timeout: bool = False
retry_on_error: Optional[List[Any]] = None
retry_on_error: Optional[List[Exception]] = None
retry: Optional[Retry] = None

@classmethod
Expand Down

0 comments on commit edd6014

Please sign in to comment.