views:

18

answers:

0

Hello,

currently I am using quartz to fire jobs that occur only one time. Such as deleting a group etc. at a specific time. Now sometime I want to delete several groups at the same time, and then I want to deploy the changes from my admin database to my runtime database. The deploy will fail everytime until the last schedule is fired that is required for that time. So I want to know how I can get all the trigers/jobs that fire at the sametime, and then deploy once there are no scheduled tasks for that time in the database.

Thanks, D