Search code examples
c#aspnetboilerplate

Hangfire function couldn't invoke in appService layer using asp boilerplate


I've created a webhook(IAppservice) which triggers a hangfire job, Job is adding in Hangfire.Job record as scheduled. but not executing.


Solution

  • Implement your background job in an interface which is being inherited by IDomainService.