Hangfire is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don’t want to put in your request processing pipeline: https://www.hangfire.io/ Hangfire supports all kind of background tasks — short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent. …