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
bug: fix undefined symbol in exception; limit session update time
Managed to get Redis session update pipeline to fail an update
requiring retry. So exception code redis.Exceptions... got executed,
except its supposed to be redis.exceptions.
Improved error reporting in case where session update fails after
three retries.
updateTimestamp now only updates if old session timestamp was updated
more the 60 seconds ago. Same as other backends. This should reduce
write load on the backend server.
Also spelling fixes and clarification in comments, flake8 fixes.
0 commit comments