Is there any information on how quickly Message Scenarios should process?
Summary:
Speed of Message Scenario processing times
Content (please ensure you mask any confidential information):
We have a scenario where an Event integration to a backend system was processed out of sequence. The root cause is that 2 x Events were triggered with the same timestamp -eg. "time": "2024-10-07 10:15:58"
The 2nd Event was triggered by the 1st. ie. activityCompletion Event triggers an activityUpdated Event - we have a limitation in our Middleware that makes it difficult to process the Events in the exact order they are returned in the response and the timestamp is used to define the correct order.
0