Hangfire enqueue jobs taking too long to execute

Here’s some Additional information about the environment:

The Sql Server we are using is SQL SERVER 14.0.3164.1
The Hangfire version we are using is 1.7.4

I read in another thread about the possibility of a race condition between task initialisation and assignment to worker thread here

I’ve added Hangfire Core 1.7.4 as suggested.
the tasks are still getting stuck.

Thanks in advance