rrqueue icon indicating copy to clipboard operation
rrqueue copied to clipboard

R + Redis queues

Results 22 rrqueue issues
Sort by recently updated
recently updated
newest added

This project looks unmaintained for over 3 years, and I'm not sure about the state of its code. Now I'm looking for a simple job queue system — the bigger...

Old commits never merged into master

I think this package needs to change RedisHeartbeat to heartbeatr... Oops. Just saw the PR #27 for this!

I have been reading about the usefulness of queueing systems to create bridges between different platforms (in addition to their other benefits). Wondering if the rrqueue implmentation is compatible (or...

Can I define my function like this: myfun

Hi @richfitz, seems the problem with the system integrity protection is more pervasive then I first thought. Temporally disabling SIP worked to install RedisHeartbeat, but if I reactive it I...

The [future](https://github.com/HenrikBengtsson/future) package looks pretty cool. Adding support for a `$future` method in addition to the `$result` method of tasks could be fun.

- [ ] rrqueue protocol mismatch - [ ] missing packages - [ ] sources can't be loaded - [ ] dependency on non-R filesystem objects (e.g. csv files) during...

I'd like to support dependent tasks so that we can write: ``` r enqueue(expr, depends=c(task_id1, task_id2)) ``` To support this, a dependent task would be "queued" immediately, but not actually...