grails-jesque icon indicating copy to clipboard operation
grails-jesque copied to clipboard

Grails Jesque Plugin

Results 6 grails-jesque issues
Sort by recently updated
recently updated
newest added

Current config requires at least one worker to run. However, in a split environment between web and worker apps, the web app should have no worker pool. It should only...

I just noticed that some services are marked as transactional. In the end, this is not needed, as none of the services is doing any database related work. I'll provide...

How can i configure to have different fail queues instead of only one common? I want a dedicated fail queue per each queue to hold their failed jobs.

Is there a nice way to mark a job as failed ... i thought i may throw an exception but maybe there is some other nicer way.

Hi. We are using: - grails 2.4.4 - grails-jesque 0.8.0-SNAPSHOT After stopping our tomcat server while there are unprocessed elements in the queue (around 8000), we got a lot of...