Grails-Plugin-Consortium / grails-jesque

1 stars 5 forks source link

No errors are shown when startup fails #3

Closed peh closed 8 years ago

peh commented 8 years ago

currently, when simply creating a new grails app, adding jesque and a worker poo, running create-jesque-job and starting the app the result is no started worker no jobs being worked on and not a single error in the startup log. While debugging this i found out that the created trigger is not supported as is static triggers = { simple repeatInterval: 5000l // execute job once in 5 seconds }

the plugin should at least give some information that the startup failed and which job caused the fail