Before adding a task to the pull queue, I have to confirm whether same task exists already within queue, if exists should skip task adding to queue. Adding task with name doesn't work for me as it doesn't expire until seven days from the queue even deleted.
We can list tasks using REST API. In the same way, can we get the list of tasks within GAE module or is there any other way to find whether task exists in the queue within Google App Engine module?
Thanks