ahydrax / Hangfire.MissionControl

A plugin for Hangfire that enables you to launch jobs manually.
MIT License
60 stars 10 forks source link
hangfire jobs manual

Hangfire.MissionControl

NuGet NuGet Tests

A plugin for Hangfire that enables you to launch jobs manually.

dashboard

Read about hangfire here: https://github.com/HangfireIO/Hangfire#hangfire- and here: http://hangfire.io/

Instructions

// Or console application GlobalConfiguration.Configuration.UseMissionControl(typeof(EmailSenderMissions).Assembly);



## License
Authored by: Viktor Svyatokha (ahydrax)

This project is under MIT license. You can obtain the license copy [here](https://github.com/ahydrax/Hangfire.MissionControl/blob/master/LICENSE).