re-enqueue request without throwing error
Is there any method of doing a request again without throwing an error but also respecting the maximum retries ?
3 Replies
Yes, there is a method you can go by, you can retry a request on failure while respecting a maximum retry limit
And what method would that be ?
Hi @NeoNomade
If you just want to suppress the error message it is easier to hack it like this:
Other option is to enqueue a new request and update its retryCount and uniqueKey