I have implemented Scheduler quartz with .net and having an HA environment where multiple instances of scheduler are working. While upgrading my instances with a new code having new jobs created, the newly added job goes into ERROR state because of implementation of clustering, it sometimes fires on instance having old code.
Please help