icsharp / Hangfire.RecurringJobExtensions

Extensions for Hangfire to build RecurringJob automatically
MIT License
181 stars 36 forks source link

IRecurringJob Async Task Execute(PerformContext context) IRecurringJob #13

Open Condor2708 opened 5 years ago

Condor2708 commented 5 years ago

Could it be posible to add an Async interface for IRecurringJob?