Saturn72.Plugins.HangFire - saturn72/Saturn72.Plugins GitHub Wiki
Hangfire is fire-and-forget, delayed and recurring tasks management framework.
It is utilized as ITaskManager
implementation.
The big advantage it delivers is state of the art management console that makes the management very friendly and easy.
From user perspective all background tasks are inserted to the system using IBackgroundTaskService
instance.
we use the default configuration, so simply browse to your_site_domain/hangfire For more details on how Hangfire manages its backend please refer to (hangfire.io) For details on how to manage {BackgroundTasks} please refer to {BackgroundTaskServiceTest} class in the unit test project