rrqueue icon indicating copy to clipboard operation
rrqueue copied to clipboard

User defined function?

Open living1069 opened this issue 8 years ago • 1 comments

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.

living1069 avatar Mar 15 '17 16:03 living1069

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 of queuer

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

richfitz avatar Mar 16 '17 10:03 richfitz