I have a dispatcher process to trigger another three performer processes to run. During development, I have a sequence to bulk add queue items on three different queues.
However, the process did not run with my sequence from dispatcher. Can anyone explain to me why?
Not getting what you are saying! You need to check the following things-
Is the dispatcher run successfully?
Dispatcher Check:
Make sure the dispatcher process actually ran and added data to the intended queue. Check if the queue contains the information you expected it to add.
Performer Queue Trigger:
Check if the performer is set up to start their respective tasks when they receive new data from the dispatcher queue. (You need to setup a queue trigger when there is a data in the queue bot will start the performer)