Skip to content

Commit

Permalink
refresh slot after reconnect to initials as a update_password test fa…
Browse files Browse the repository at this point in the history
…ils because all connection are dropped and the refresh task take longer than the request timeout.

Signed-off-by: GilboaAWS <[email protected]>
  • Loading branch information
GilboaAWS committed Jan 7, 2025
1 parent d7ff41e commit bf867cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/redis-rs/redis/src/cluster_async/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ where
.extend_connection_map(connection_map);
if let Err(err) = Self::refresh_slots_and_subscriptions_with_retries(
inner.clone(),
&RefreshPolicy::Throttable,
&RefreshPolicy::NotThrottable,
)
.await
{
Expand Down

0 comments on commit bf867cc

Please sign in to comment.