customerio-python icon indicating copy to clipboard operation
customerio-python copied to clipboard

Ensure POST methods get retried.

Open skion opened this issue 2 years ago • 0 comments

As per https://github.com/customerio/customerio-python/issues/76#issuecomment-1729378780 it appears that retries are, although advertised, completely broken at the moment.

This fix should ensure that HTTP POST methods use the retry configuration as well, which in turn makes send_email() be retried.

skion avatar Sep 21 '23 12:09 skion