I have an app processing Trello webhook events.
I see the server is returning 200, and yet the same action is being sent 3 times (the only differences in the payload is id and timestamp)
All three responses from server are in the form:
2024-04-04 17:56:10 | 10.0.10.94 - - [04/Apr/2024:10:56:10 +0000] "POST /api/trello/callback HTTP/1.1" 200 669 "-" "Trello" |
So I am assuming the response is indeed 200.
This arbitrarily happens to some events, and not for others.
I've verified using `tokens/<token>/webhooks` that this board model has only one webhook registered.
Could there maybe be some timeout and these events return after this time has passed?
Do you have any idea why this could happen?
Any help appreciated.
Hi @Eliya Ben Ari - Thanks for reaching out in the Community. Trello's webhooks are designed to retry 3 times if it is interrupted: https://support.atlassian.com/trello/docs/adding-people-to-a-board/#Invitations-permissions
I would suggest asking the question in our Developer community as there'll be other active developers and Trello Engineers who may be able to provide further context here: https://community.developer.atlassian.com/c/trello/42
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.