rrq
rrq copied to clipboard
:runner::runner::runner: Lightweight Redis queues
This PR adds a bunch of (mostly very simple) examples to the package. A little sleight of hand is required to get them to run in the docs, particularly for...
Are there plans for a CRAN release? `rrq` is the most sophisticated task queue for R that I have been able to find, and I would love to build on...
I am beginning a rewrite of [`crew`](https://github.com/wlandau/crew), and part of my plan is to build on top of `rrq` and take responsibility for configuring and launching short-lived instances of `redis-server`...
Love this package as I am a big fan of the python rq package and this feels like the closest I can get in R at the moment. I notice...
Should be an easy redis call - position of an element within the queue
requires RedisHeartbeat working on windows
A small PR to list known controllers
This change is because R does not run cleanup when encountering SIGTERM but does for SIGINT. This was a suggested change by @plietar