Coworker icon indicating copy to clipboard operation
Coworker copied to clipboard

A reasonably-good delayed job queue for the JVM.

Results 5 Coworker issues
Sort by recently updated
recently updated
newest added

Currently there seems to be no apparent way to get from https://coworker.kungfury.io/#/ to this repository as there is no link anywhere on the page as far as I can see....

### Description ### If I'm not mistaken, it seems like the schema for the migrations (tables) is hardcoded to public. Is it possible to make this configurable so that it...

enhancement

### Description ### Is it possible that sometimes the same delayed_work record is processed more than once? From the testing we've been able to do so far, it seems like...

question

### Description ### I was linked to: [Que](https://github.com/chanks/que) a job queue in ruby that claims superior performance by using Advisory locks. This is true advisory locks are faster, and would...

enhancement

### Description ### Strands are a really useful mechanic, mainly in the fact they can help ensure one type of job/one particular tenant doesn't stomp all over your job queue...

enhancement