User defined function?
Can I define my function like this: myfun<-function(){} task <- con$enqueue(myfun())
If not, could rrqueue support it in the near future? It really help.
Hi - you may be the only person using this package at the moment :cry:
I have split the package up and am working on a more flexible version of the ideas in this package
-
provisionr- provisioning a set of packages -
context- environment and task management -
queuer- generic queue interface -
rrq- Redis queue built on top ofqueuer
Unfortunately things haven't quite made it back to doing quite what rrqueue did (in particular, without some undocumented gymnastics it's not straightforward to get all the task information to be stored in Redis while at the same time getting the nice R6-based task interface)
I've opened this issue over in the queuer repo https://github.com/richfitz/queuer/issues/20