Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 584 Bytes

backgroundjobs.md

File metadata and controls

9 lines (5 loc) · 584 Bytes

Background Jobs

For more information about Hangfire check out Background Jobs with Hangfire. This article extends the information on top of the official documentation.

Requirements

If you're injecting dependencies, especially repositories, you will need to add the [UnitOfWork] attribute.

By default jobs run under the host tenant so you might have to surround your calls with using (CurrentUnitOfWork.SetTenantId())