callikai

Results 2 comments of callikai

Hi! The number of tasks begins at 0. When one message is added to the queue, no worker task is added and the message is not processed.

As a workaround I am managing the desiredCount of the service by externally monitoring the queue, but setting the min at 1 does also work in a pinch. Thank you!