#Louis-retry
1 messages · Page 1 of 1 (latest)
I'm not immediately familiar with that video. What do they retry in it that you want to replicate?
the video is about retry request with same idempotency key
So you are trying to figure out if a request was a retry or not from the dashboard?
no, i want to know if it's possible to know if retries was activated (maybe i can see it in the dashboad) and how to test it
@fair tundra you can't really know in the Dashboard, you'd know by looking at your code and its configuration
if i can't see it on dashboard, i can't test it ? if i'm coding wrong configuration ?
https://github.com/stripe/stripe-php#configuring-automatic-retries as long as you do this in your code, retries will happen automatically in case of a connection issue
ok thank you for your help 🙂