Is there any way to set the number of retry attempts? I'd like to be able to search a bunch of URLs to see if any return 404 errors. If they do, I don't need to retry the attempt at all. It would be totally fine just to move on but it seems like 3 attempts are always made even when I am expecting a failure.
Is there any way to set the number of retry attempts? I'd like to be able to search a bunch of URLs to see if any return 404 errors. If they do, I don't need to retry the attempt at all. It would be totally fine just to move on but it seems like 3 attempts are always made even when I am expecting a failure.