Quartz.Net - 100+ Jobs - Ownership
Hi, We currently have a Scheduler service that uses Quartz.Net to send out messages onto the MessageBus when required.
However, this is getting to the point where we have 100+ jobs, each time we require a new job it's a case of:
Just looking for advise/suggestions as there must surely there must be a cleaner solution for this ?
Thanks,
ER
However, this is getting to the point where we have 100+ jobs, each time we require a new job it's a case of:
- Create a Contract Class (used on both sender and receiver) as a Nuget Package
- Download latest Scheduler Service repo
- Import the Contract Class (from step 1)
- Add details of your new job
- Deploy service which adds the records to the Quartz Triggers DB
Just looking for advise/suggestions as there must surely there must be a cleaner solution for this ?
Thanks,
ER