Hi,
Has anyone ever really used this property to enable the PollTasksOnJobCompletion for the task like below?
I want the queue to run faster because it processes around 40 tasks per min, the total running time is 20 seconds, that means there are 40 seconds just pulsed for the next polling. I believed i can enable it to immediately kick off the next task, BTW, I have included the name space of Multiserver but this is an on-premise server so not really using multiple servers.
[TaskQueue(Behavior = MFTaskQueueProcessingBehavior.MFProcessingBehaviorSequential )]
public const string ExecuteCommandQueueId = "ExecuteCommandQueue";
public const string ExecuteCommandTaskType = "ExecuteCommandQueue";
Thanks
Bin
