Jobs getting stuck at fetched with Hangfire.postgresql

I have scheduled a job with BackgroundJob.Enqueue(). This job is executed.

The job inserts a batchjob with a few jobs. These jobs are not being processed. The queue page says that the jobs are fetched. But there are no processing jobs. If i go the the batches page it says is has a batch jobs with the jobs on processing.

Nothing is being executed, any one that knows where to look?

1 Like

I have the same issue, every now and then all jobs are fetched but never goes into processing state.

I have the same issue. Did you ever discover a fix?

Did you find any solution?