Alex Justus
Alex Justus
We use a globally incrementing ID rather than a timestamp. This gives us sequential order without worrying about timestamps and clock drift. The steps are: 1. Read the current global...
OK I've successfully cut over to my new method mentioned above. The Dispatch events are now stored in the events table itself. I'm using `EventIncludes` (based on the [Scenario 6...
We would love this ability too. The Consumption plan for Functions is incredibly enticing, but since we need to consume our queue messages one at a time, we're limited to...