WebJobs.Extensions.GroupQueueTrigger
WebJobs.Extensions.GroupQueueTrigger copied to clipboard
Azure Functions extension compatibility
With the support in Azure functions for extensions starting with runtime 2.0 but still no planned implementation of a batch trigger for azure queues (see this thread), I was hoping to use the GroupQueueTrigger in a function project but failed to make the Azure Functions runtime detect the methods decorated with the [GroupQueueTrigger] attribute.
Is it compatible in its current state with this scenario or only with WebJobs? Does it require any additional tooling or dependencies to be used in function apps?
I have the same exact issue. I need to subscribe to a "batch" of queue messages instead of just one.
Sorry for the delay, somehow lost track of this repo's notifications 😞
This was originally intended just for Webjobs, I'll add it to my backlog, maybe I can actually make it happen at some point depending on my free time (have to read the Functions runtime repo and understand the wiring).