0
maharatha created
I am creating a scheduling application where users can select parameters and add a schedule. It could be monthly, Weekly or Daily. I was going through the documentation of Background Job and Background Worker. I believe my need are more of Background Worker and then I came across a note that ABP doesn't support advanced scheduling and use Quartz as an alternative. Then on the Quartz integration page it says to conisder Hangfire as an alternative.
Question :
- Can i use Hangfire instead of Quartz to schedule jobs ?
- If yes, then how do i create a new Job in Hangfire on the fly and assign a schedule to it
1 Answer(s)
-
0
Hi @maharatha
ABP's background workers don't support such intervals. It would be better if you directly use https://www.hangfire.io/ Recurring Jobs.