mrahhal / MR.AspNetCore.Jobs

A background processing library for Asp.Net Core.
MIT License
59 stars 9 forks source link

JobsOptions extension to load CronJobRegistry from a assembly #15

Closed kornect closed 6 years ago

kornect commented 6 years ago

JobsOptions extension to allow scanning an assembly for classes extending CronJobRegistry and register them.

mrahhal commented 6 years ago

0.10.0

kornect commented 6 years ago

Awesome