-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.8.3
-
None
-
MOODLE_38_STABLE
https://github.com/moodle/moodle/pull/301/commits/52ebf6f09f87d87846b4347e7d6e8935ec87c007
shows the proposed fix.
lib/classes/session/redis.php is using a random delay of 100s-500s for the retry interval. I don't think randomness is needed here, leave it for the outer loop.
Set to 1s max as per the existing comment.