GoodDollar / GoodServer

Backend to support the GoodDAPP
MIT License
13 stars 13 forks source link

Error: Something went wrong while performing request: Max send attempts reached #301

Closed sentry-io[bot] closed 2 years ago

sentry-io[bot] commented 3 years ago

Sentry Issue: GOODSERVER-H8

Error: Something went wrong while performing request: Max send attempts reached
  File "app:///Version.js", line 135, in success
    throw new RestException(response);
  File "app:///q.js", line 766, in Promise_then_fulfilled
    deferred.resolve(fulfilled.call(void 0, value));
  File "app:///q.js", line 835, in Promise_done_fulfilled
    fulfilled.call(void 0, value);
  File "app:///q.js", line 1229, in Fulfilled_dispatch [as dispatch]
    resolve(result);
  File "app:///q.js", line 1369, in Pending_become_eachMessage_task
    handler.dispatch.apply(handler, message);
...
(3 additional frame(s) were not displayed)
serdiukov-o-nordwhale commented 3 years ago

need to be caught and logged via log.error()

sentry-io[bot] commented 3 years ago

Sentry issue: GOODSERVER-53

johnsmith-gooddollar commented 2 years ago

@vldkhh is this still relevant ?

vldkhh commented 2 years ago

@johnsmith-gooddollar @roma-hladilka need to be rechecked, still happens sometimes Snag_153c7064.png

johnsmith-gooddollar commented 2 years ago

@vldkhh cannot find H8 issue, getting "The issue you were looking for was not found." About issue 53 - it's due to the request rate limit exceeded. I've updated retry condition including this case. Also the similar situation is happening sometimes during OTP send calls, added retry on 429 there too https://github.com/GoodDollar/GoodServer/commit/3907536b90560984e214a9ae396ffc4943c98697

According to the low amount of cases i think this could be closed now