Skip to content
Discussion options

You must be logged in to vote

This is a good scenario and definitely worth talking about.

My question is how long is this internal queue of unmatched events allowed to be, before older or newer events are dropped? 10s, 100s, 1000s?

An orchestration won't drop any events as long as it remains in a running (or pending) status. All of them will be stored in the orchestration's history, and in-this case, they'll stick around in-memory until they are consumed. I think this might be the answer to several of your questions.

Also, are there any other rules with how this matching occurs?

The matching is first by name and then by the order in which an event is received. It happens to be that we'll surface these events in a …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by olitomlinson
Comment options

You must be logged in to vote
1 reply
@cgillum
Comment options

Comment options

You must be logged in to vote
1 reply
@cgillum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants