Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems the plugin does not understand application.groovy #81

Closed
kefirfromperm opened this issue Dec 19, 2016 · 3 comments
Closed

It seems the plugin does not understand application.groovy #81

kefirfromperm opened this issue Dec 19, 2016 · 3 comments
Assignees

Comments

@kefirfromperm
Copy link
Contributor

I try to prevent start of the scheduler but it starts anyway.

application.groovy

quartz.autoStartup = false

doesn't work.

@rvanderwerf
Copy link
Contributor

rvanderwerf commented Dec 29, 2016

hmm this is odd, we have this working in our app:
environments {
development {
quartz {
autoStartup = false
jdbcStore = true
purgeQuartzTablesOnStartup = true
pluginEnabled = true
props(jdbcProps)
}
}
}
and it does not start

@jglapa
Copy link

jglapa commented Feb 3, 2017

I'm observing the same but funnily enough this behaved like that also with Grails 2.x and plugin v1

@davydotcom
Copy link
Contributor

autoStartup behaves weird with the scheduler. this has been addressed I believe in 2.0.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants