#tomfree-webhook-retry
1 messages · Page 1 of 1 (latest)
We don't guarantee the ordering of webhooks, so I wouldn't build anything that requires ascending chronological ordering (unless, as you mentioned, you intend to order them yourself).
do I expect coprrectly that in case i miss events i also cannot expect to receive those first before new events?
Correct. The retries may not always fail in chronological order, so you would expect that some new events may indeed be received successfully, whereas failed events will consistently retry over a few days
tomfree-webhook-retry
ok. Can I rely on the timestamps of the events to reflect the real order in which the occured or is that not guaranteed?
Yep! Timestamp is fine to rely on