Job is not automatic execution


I rejoined the running jobs, and no new jobs joined the execution.

Is my configuration wrong?

hangfire package:Hangfire.AspNetCore、Hangfire.Redis.StackExchange
.netcore version : 3.1

The manhuainit queue should at least be able to run. But there does not seem to be any Hangfire server managing the manhuaimg queue.

You are sure the Hangfire servers are running? Is the connectionstring to the database correct for the servers?

It is hard to help you with the limited amount of information given.

Thank you. I have found the problem. I rejoin the executing job in the UI. The new job will not be executed immediately. I have to wait for the previous job thread to execute before it can continue to execute. I am now PerformContext.CancellationToken To get the rejoined job finished