⬅︎ Back to Best practice with retries with requests
use something like mockoon (https://mockoon.com) and set up HTTP routes for 200 OK and a couple statuses in your status_forcelist. turn on random responses and you'll see it working in the logs.
How do you test reliably that the retries in the call works as expected?
Comment
use something like mockoon (https://mockoon.com) and set up HTTP routes for 200 OK and a couple statuses in your status_forcelist. turn on random responses and you'll see it working in the logs.
Parent comment
How do you test reliably that the retries in the call works as expected?