Replies: 1 comment 6 replies
-
No, delay seconds is for "delay between retries", not the timeout. If you set it to
I don't think there's any timeout in webhooks at all 🤔 Could you check the following for the duplicated events
based on that we could understand what exactly happens.
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does somebody know if I set the retries.delaySeconds to 2 seconds, it waits 2 seconds to recive a response from my api, if it doesnt receive any response, it sends another req to it? because sometimes I am receiving the same message repeatedly but never more than the amount I set in retries.attempts.
As I am getting no errors, I suspect thats hwo it works.
Beta Was this translation helpful? Give feedback.
All reactions