Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.1, 0.8.2, 1.0.0, 1.1.0
-
None
Description
In case of failure in processing hook notifications, Atlas server retries 3 times (by default, configurable), after waiting for 500ms for each failure. However, this wait is not necessary after the last attempt. The code should be updated to avoid is excessive wait.