The current logic is that if a fetchInvites request throws an error that is not 50013 we retry it. This could lead for things like rate limit errors or other unexpected errors to loop infinitely requesting forever.
I'd make the conditions for retrying more precise. Or add a max amount of subsequent retries
The current logic is that if a
fetchInvites
request throws an error that is not50013
we retry it. This could lead for things like rate limit errors or other unexpected errors to loop infinitely requesting forever.I'd make the conditions for retrying more precise. Or add a max amount of subsequent retries