Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The change we have gone live with today decouples inbound webhook receipt from actual processing and ensures that app performance remains consistent even when we receive massive ‘bulk change’ webhook posts from clients.

Impact

...

Its unlikely customers Customers will not notice anything different.

...

As we group incoming webhooks by host, its possible that a host that generates a few K thousand webhooks ‘first’ will delay processing of another host in the same group, this is because hooks are processed in a FIFO (first in first out) manner to retain timeline consistency. Hooks will be consumed as fast as possible!

...