You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a setup where there are couple of jobs and couple triggers. One is Simple trigger and the other is cron trigger. Cron trigger starts at application start up and simple trigger starts at an api call.
The weird thing that is happening is whenever the simple trigger is triggered the cron trigger is going to an Error state and it stops executing. Other than that the cron trigger just runs fine.
We are running quartz in cluster mode and backed by Jobstore TX. we are using postgres as the jdbc store.
I am using Spring boot quartz and also enabled debug logs. There is nothing in the debug log which will point me in the right direction.
Any help is appreciated
The text was updated successfully, but these errors were encountered:
I have a setup where there are couple of jobs and couple triggers. One is Simple trigger and the other is cron trigger. Cron trigger starts at application start up and simple trigger starts at an api call.
The weird thing that is happening is whenever the simple trigger is triggered the cron trigger is going to an Error state and it stops executing. Other than that the cron trigger just runs fine.
We are running quartz in cluster mode and backed by Jobstore TX. we are using postgres as the jdbc store.
I am using Spring boot quartz and also enabled debug logs. There is nothing in the debug log which will point me in the right direction.
Any help is appreciated
The text was updated successfully, but these errors were encountered: