0
vincent.calaor created
I am able to setup the Hangfire and UseHangfire from the PreInitialize of my abpModule unfortunately I cant see the recurring task from the HangFire Dashboard, but I can see, by break point, that the background worker is hitting the DoWork of my PeriodicBackgroundWorkerBase
2 Answer(s)
-
0
Hi,
Could you check the database tables for Hangire to see if they have related records ?
-
0
I just found out that PeriodicBackgroundWorkerBase is not using hangfire at all. its a standalone triggered by timer.
Anyway I was able to find a code using IRecurringJobManager and implement it with Hangfire.