quartz-monitor icon indicating copy to clipboard operation
quartz-monitor copied to clipboard

Grails plugin for displaying information about quartz jobs

Results 8 quartz-monitor issues
Sort by recently updated
recently updated
newest added

https://mvnrepository.com/artifact/org.grails.plugins/quartz-monitor I dont see quartz monitor latest version maintained in mvn repository. Any update by when it will be available in mvn repo? Neither the plugin v1.3 is available in...

I'm not sure what was getting fixed / added with replacing the `job.name` with `job.description`. But as issue #36 describes, it breaks the buttons making the list view in operable...

would be great if this gets released as 1.3.1 or 1.4.0. thank you! i tested locally published to maven local as 1.3.1.BUILD-SNAPSHOT with an app that uses hibernate-5.2 and threw...

for some time now, the quartz plugin already takes care of flushing the session after a job was executed properly using the `HibernatePersistenceContextInterceptor`. and does that in a hibernate-5.2 safe...

https://github.com/jamescookie/quartz-monitor/blob/f0d146e5f5c4865e19b581d27c5d79110ce5969c/src/main/groovy/grails/plugins/quartz/QuartzDisplayJob.groovy action buttons break due the jobName being replaced by jobDescription

Grails 3.0.16: Seems the url-mapping is not provided by the plugin for its images. WARN org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/example/images/not-run.gif] in DispatcherServlet with name...

I have a job that fails when it is run. When it runs at the normal interval triggered by the scheduler, the monitor plugin shows the exception, which is great....

- there is global run/pause quartz action on top of the page - each job has then own actions - could you pls. add job actions which would apply to...