Skip to content

Commit d84f346

Browse files
committed
add PoolPausedError as retryable
1 parent 7cba1c3 commit d84f346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mongo/retryable/base_worker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def retryable_exceptions
6060
Error::SocketError,
6161
Error::SocketTimeoutError,
6262
Error::PoolClearedError,
63+
Error::PoolPausedError,
6364
].freeze
6465
end
6566

0 commit comments

Comments
 (0)