I am using Quartz.net for my job scheduling. I have different databases for my application and each needs to be considered for job processing.
I have two questions:
Can I use same scheduler for all my databases with different job triggers or one scheduler for each database? This is because the trigger time varies from database to database.
What are the advantages of one over the other? Which approach is best suited for my problem?