Replies: 2 comments
-
@inker-kuo We'll get back to you on this shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@inker-kuo To ensure order you will need to enable https://boxyhq.com/docs/jackson/deploy/env-variables#dsync_webhook_batch_cron_interval which will then ensure the events are queued and sent as received. Without this the ordering cannot be fully guaranteed and is best effort. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I checked directory sync web hook payload send from OKTA "user.updated" event looks like
Can I assume the sync events for a single connection will delivered in ordered with a single web hook handler setup?
Or I can count on the
t=timestamp
field inboxyhq-signature
field for sort out the event order?Beta Was this translation helpful? Give feedback.
All reactions