I have a pull queue where I add tasks based on a tagname using java. The tag name is different for different group of tasks I add. Currently while leasing tasks from pull queue using groupbytag I am getting the tasks randomly but I need to know the count of remaining tasks in pull queue on that tagname.
Is it possible for me to know the number of tasks based on tag name?