DEV Community

Discussion on: Ordered queue processing in Azure Functions with Sessions

Collapse
 
dtrusty profile image
Dennis Trusty

Hi Jeff, We implemented this and are using the latest pre-release version of the trigger. We're still getting overlapping invocations for the same session ids. In our logs we write the session id and the lock period, but we get invocations for the same session concurrently. Any ideas?

Collapse
 
dtrusty profile image
Dennis Trusty

We figured it out. Our function wasn't returning a Task.