Base solution for your next web application
Open Closed

Hangfire job ContinueWith #7508


User avatar
0
130servicing created

Is there any implementation in abp for sequential job BackgroundJob.ContinueWith on a Recurring job. I need to enqueue a job just after a precedent job is terminated. I checked the abp solution but nothing find for ContinueWith in BackgroundJobManager and other extentions. Should I use hangfire.io directly? generally if you you have any reference for a full development of hangfire functionalities in aspnetzero, please share with me. p.s. please update hangfire libraries in your recent solution(4.8.1) still is using 1.7.4 (1.7.6 is released) Thanks


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

    Hi @130servicing

    No, it is not implemented. You can directly use Hangfires API. We will update the Hangfire, than you for your suggestion.