Hi, any opinions on quartzite here? Defining jobs and triggers seems like a lot of code to me. However, when I tried at-at it was like the recurring interval was not exact always
Alternatives you would prefer?
@sveri there is https://github.com/prepor/twarc
Also there's immutant.scheduling
- http://immutant.org/documentation/current/apidoc/guide-scheduling.html
@larhat: Cool, didn't know that, thank you
@jaen twarc is trying to address some problems of both immutant scheduling and quartzite
But it looks already better than quartzite
Yeah, I'm looking at the readme right now.
Interesting, I thought immutant's scheduler works with clustered Wildfly no problem.
Or am I missing something?
the key is "explicitly", I guess — jobs in immutant can’t take any arguments, so you have to wrap it in closure
Yeah, but unless I'm misunderstanding something, how would you pass a DB connection for example? Wouldn't that mean it would have to be somehow persistable?