How to check if workflows fires in proper queue (AEM6)
Hi.
I have added new Apache Sling Queue (to Apache Sling Job Queue Configuration), with three topics (workflows). I have configured maximum parallel jobs to 1, and now I would like to check if this configuration works. I would like to assign small ammount of server resources for those workflows, because they run for about ~20 minutes and CQ slows down when workflows are fired, I set priority to min. Queue type is parallel (I'm thinking if changing type to ordered would be better ? I assume that workflows will be fired one by one, never two in the same time, but I expect the same result with queue type set to parallel and maximum parallel jobs set to 1).
So how can I check if workflows fire one by one ?