Multiple CronJobs
LucasVos opened this issue · 2 comments
LucasVos commented
Hi Chan,
As far as i can tell, the current code base is unable to handle multiple registrations of the same cron object:
services.AddCronJob<MyCronJob>( c=> .... )
services.AddCronJob<MyCronJob>( c=> .... )
This questions was already asked by @markofranjic , but in this case, i'm not able to construct a single cron expression. I have two crons which cannot be simplified to one.
How would you suggest to change the code base to handle multiple cron job entries?
changhuixu commented
changhuixu commented
close this issue due to age..