I'm not sure what's going on with Hangfire but calling BackgroundJob.Enqueue() adds a job to the database as "Scheduled" but nothing seems to happen. The method code does not seem to run. In the debugger no break points get hit and in my logs from inside job nothing gets printed.
JobStorage.Current = new SqlServerStorage("DefaultConnection");