PixelCanvasBot icon indicating copy to clipboard operation
PixelCanvasBot copied to clipboard

[Suggestion] Add retry for failed/errored requests

Open rdragonz opened this issue 4 years ago • 0 comments

Suggestion:

Add a retry for requests that fail or return an error

Expected behavior with proposed changes

When a request to the website fails, the program retries the request a few times before throwing an exception and terminating the program

Why is this beneficial?

Sometimes requests can fail with mysterious errors, but restarting the program fixes the issue. I leave this program running in the background in order to continue doing it's desired task and sometimes walk away to do other things and can't keep babysitting it. If the program would retry before throwing an exception, this needless restarting could be solved.

rdragonz avatar Mar 19 '21 09:03 rdragonz