DEV Community

Discussion on: Ordered queue processing in Azure Functions with Sessions

Collapse
 
aaron53 profile image
Aaron53

Is there a way to toggle revive modes from within the azure function? From my own experimentation, it seems that RecieveAndDelete is faster than PeekAndLock. For my use-case, I am okay with removing the message from the queue. I know there is an autocomplete option, but I'd like to experiment with receive modes if possible.