Hello,
I made the very stupid mistake of creating a function that executes itself every time it fails. Naturally it failed a lot. Now, I can't execute any other function as there is a queue of broken executions that are waiting in line somewhere.
Where can I find this queue and how can I force clear it?
TL;DR
Developers created a function that retries every time it fails, causing a clog in the execution queue. To clear this queue, you'll need to stop the faulty function from retrying indefinitely.