You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating PyJWT dependency. (#4100)
* Updating PyJWT dependency.
* Updating redis-entraid test dependency
* Removing ignored vulnerability since the PyJWT is already with a bumped version
(cherry picked from commit 470f612)
Updating PyJWT dependency. (#4100)
* Updating PyJWT dependency.
* Updating redis-entraid test dependency
* Removing ignored vulnerability since the PyJWT is already with a bumped version
(cherry picked from commit 470f612)
Updating PyJWT dependency. (#4100)
* Updating PyJWT dependency.
* Updating redis-entraid test dependency
* Removing ignored vulnerability since the PyJWT is already with a bumped version
(cherry picked from commit 470f612)
Updates in default connection and retry settings (#4082)
* Updating default socket keep alive config
* Updating default socket read size to 32 kb
* Updating default socket_timeout and socket_connect_timeout values to 5s
* Updating the default retry configuration
* Updating max_connections allowed in ConnectionPool
* Unifying SENTINEL marker usage throughout library method args
* Fixing failing maint notifications tests - updated the expected original timeout to be 5s
* Fixing backing up socket_timeout and socket_connect_timeout for maint notifications handling
* Fixing linters
* Fixing failing tests - after changing default retry counts for cluster and max_connections in pool some test configs needed to be updated
* Fixing linters
* Fixing failing tests
* Using socket timeout constants for all default socket timeout configs
* Applying review comments
* Fixing linters
* Extracting retry count,base and cap configs as constants