Is there a way to ensure that when a trigger fire time arrived it has always a thread to run on.triggers has priority but this not guarantee ,and i giving more thread then max number of job is not an option.I have lots of job but one of them must run at specified time.
Share
Use a separate scheduler for the job. So the important job will always have a free thread, because nobody else would use it.