Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Need an API to provide instance id routing to a subset of control-queues #1079

Open pasaini-microsoft opened 2 months ago

pasaini-microsoft commented 2 months ago

This is more like requirement than an issue. Here are 2 requirements:

  1. Need to queue orchestrations one for each control-queue. Basically, to monitor the behavior and not to keep any control-queue empty.
  2. Given that some control-queue are hogged, need to load balance explicitly to specific subset of control-queues.