The scheduled job hasn't been executed automatically

Hi, I’m using Hangfire 1.7.11 and this filter, but I changed the fingerprint to use a SHA256Hash instead.

I don’t know why hangfire was not executing the jobs.
I’m scheduling the job like that:

BackgroundJob.Schedule<Job>(s => s.Execute(Id), TimeSpan.FromMinutes(2));

My Front end and Backand are in the same server;
I have a running server.