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
Until 2.0.13 is released I'm using the 2.0.13.BUILD-20170829.124724-2.jar version as a local gradle jar dependency (to avoid unstable build I prefer tested local jar) downloaded from grails repo. Notice: this build requires change: job class property declaration to static. For example: static concurrent = false. My build.gradle looks like:
What is the root requirement for changing this? I see the docs/commit were updated but not sure why the change was required. Deployed w/o changing this weekend and our jobs just didn't fire so it went unnoticed.
Hello
I'm testing grails 3.3.0.M1 and 3.3.0RC1
and found it's not support disble concurrent job of quartz
compile 'org.grails.plugins:quartz:2.0.12'
disable concurrent job didn't work
def concurrent = false
I test with code
When I run with grails 3.2.9 , it run fine , but if I run with newer version ,
I can not disable concurrent job
The text was updated successfully, but these errors were encountered: