I have been working with GAE for a long time now, but since a couple of weeks ago some of my queues get frozen because the running tasks are stuck at the max concurrent parameter.
For example, I have a queue with 10 as the max concurrent tasks. And the running tasks number has been 10 for a while, not letting any of the new tasks to run and filling a lot over time. If I use run now manually they work just fine, but even if I empty the queue like this the running tasks is still 10.
What could be the problem? Thanks in advance