We had an errant task load up the Task Queue in GAE, and it filled up the available 'stored task bytes'. We have resolved the issue and purged the task queues, but it has been a few hours and the space has not been reclaimed.
Is there any way to force the task queue to recognize that space is now available and let tasks resume?
Thank you!
It turned out to take about 4 hours for the Task Queue 'stored task bytes' to get reset so more tasks could get processed. Hopefully this helps someone in the future so they don't have to sit and refresh their dashboard over and over the entire time... :)