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
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