The organization that I am working for has a trigger in a case that calls some code in a class called Cases.cls. I modified the code, but in trying to deploy I keep getting an error: pending batch or future calls.
I found 17 future jobs that are queued - since 2010!! There was one that had the text 'abort' next to it, and I was able to do so, but I don't see any way to cancel the rest of them.
I tried retrieving one of the jobs via the developer console and was successful, but it did not allow any DML statements.
Does anyone have any idea how I can remove the queued jobs so that I can deploy my changes?