Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
Description
Currently SimpleDBProviderBackend doesn't retry the authorization properly. Problems are:
- It retry count is hard coded. Always retries once
- No wait time between before retries
- The method calls itself recursively, which could causes stack overflow if retries too many times