checking of Queue Processor

Hi Team,

I am facing issue with queue processor I was unable to see the processing is happening correctly or not I checked the delayed table and also in broken table I did not find any issue there also, can anyone faced this issue and please let me know where should I check for queue processor is working rightly or not.

Regards,

Niharika

Hi @DADIN007,

Generally every queue processor will run a data flow in the backend and it will be associated to node so if you are not finding any error in delayed table and broken table kindly check the data flow attached to the queue processor ,

Admin studio ------> Queue processors-----> click on the three dots we can see the view data flow there you can find the data flow execution inside that we can see data partitions click on those partitions there you can check the status of the partitions.

Regards,

Ganesh.

@DADIN007
Add logs in the QP activity start and end - then you cna know if the QP activity is executed fully or not from the logged info using Log-Message method in QP activity.