Monthly Archives: December 2018

Issue with Quartz scheduler – its running twice

Recently I integrated quartz job scheduling to spring boot application and noticed a single thread is triggered twice after the scheduler is instantiated. The simplest way I found to fix the issue is to use a simple lock. However I’m … Continue reading

Posted in Uncategorized | Leave a comment