Base solution for your next web application
Open Closed

Background Job and Scheduling #7226


User avatar
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 :

  1. Can i use Hangfire instead of Quartz to schedule jobs ?
  2. If yes, then how do i create a new Job in Hangfire on the fly and assign a schedule to it

1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.