Quick update - What worked for us - Seems the scheduler and the service PID - both were running as class was made runnable class. Update - FIX Worked to remove duplicate scheduler triggers - Quick Summary 1.Removed implements Runnable - The class no longer implements Runnable. Instead, an inline Run...