#tomfree-webhook-retry

1 messages · Page 1 of 1 (latest)

vivid canyonBOT
molten timber
#

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).

grand moss
#

do I expect coprrectly that in case i miss events i also cannot expect to receive those first before new events?

molten timber
#

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

grand moss
#

ok. Can I rely on the timestamps of the events to reflect the real order in which the occured or is that not guaranteed?

molten timber
#

Yep! Timestamp is fine to rely on