Comment

Swee Tat Lim

How do you test reliably that the retries in the call works as expected?

Parent comment

Peter Bengtsson

I think all bets are off when you use one of those request/response mocking libs.

Replies

Anonymous

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.