Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Hangfire で何が起こっているのかわかりませんが、BackgroundJob.Enqueue() を呼び出すとデータベースにジョブが「Scheduled」として追加されますが、何も起こらないようです。メソッド コードが実行されていないようです。デバッガーではブレークポイントがヒットせず、ジョブ内からのログには何も出力されません。
JobStorage.Current = new SqlServerStorage("DefaultConnection");