Batchjob stuck on Pending

All jobs in a batch have status “Succeeded” but it still says x/x non-finished. The jobs are under Pending, status succeeded.

Anyone with an idea of what can be wrong or have a good tip on how I can find the problem?

Everything worked a few days ago, I guess it might be some kind of setting that has been changed. Haven’t seen anyone with similar problems on the forum.

// Dangercoder

There were some changes in the filter-class which caused this error.

I’m having the same issue right now. Just upgraded to Pro.
What caused the issue?

Actually it was this part down here:

Batches require to add some additional job filters, some new pages to the Dashboard, and some new navigation menu items. But thanks to the new GlobalConfiguration class, it is now as simple as a one method call:

GlobalConfiguration.Configuration.UseBatches();

Got the same situation where all jobs are succeeded, but on Batches menu are shown in Pending tab with Succeeded status, and the batch itself is still in started state. Any ideas what can be the issue, as I have .UseBatches() already called?


I have a continuation batch that waits on it, so it cannot continue since the batch is still in started state, and jobs are pending (although succeeded).