#akz42

1 messages · Page 1 of 1 (latest)

spice plinthBOT
grizzled gazelle
#

I'm not sure, what are the requirements for something to be safely used as a MessageDeduplicationId?

visual hare
#

Basically, duplicate hits with the same MessageDeduplicationId will be ignored, only the first one will be processed.

grizzled gazelle
#

Each of our Event objects will have a unique ID, so if the requirements of that field is that it be a unique identifier then it may be a good fit.

visual hare
#

Got it, thanks!

grizzled gazelle
#

Any time!

visual hare
#

Are webhooks re-tried if stripe encounters 5xx response on webhook request?

grizzled gazelle
#

They're retried for any status outside of the 2XX range.

visual hare
#

Thanks!