I am building an idempotency feature for my chatbot; sometimes meta by some unknown reason sends the same message twice, it can be five minutes apart or 30 minutes apart.
I read on stackoverflow that meta only sends repeated messages when it does not receive a 200 ok response in over 20 seconds. Could i implement a return 200 ok on my code whenever the api gets called on meta? could this be a solution?
appreciate any response, cheers.
u/CodBusy6701 — 7 days ago