Grails Quartz2 job stops randomly
问题 I am experiencing a situation where one of the jobs in my Grails app stops running without any explicit reason. There is no exception thrown. We are using Grails 2.2.3 and Quartz2 plugin. Interesting thing is that all the other jobs which keep running; only one particular job keeps freezing time and again. This job makes a call to the 3rd party REST API calls which sometimes give a very delayed responses and also no responses at all in few instances. All the jobs are concurrent = false . Can