You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 that you have been doing a fair amount of work in this space, so thanks very much and kudos.
I have come across a problem that yields an error:
[2018-04-10 13:30:49] STOP ERROR
worker_1 | This is an uncaught error in rrq, probably a bug!
worker_1 | Error in storr_copy(dest, self, list, namespace, skip_missing) :
worker_1 | Missing values; can't copy:
worker_1 | - from namespace 'objects', key: '6717f2823d3202449301145073ab8719'
worker_1 | Calls: rrq_worker ... tryCatch -> tryCatchList -> tryCatchOne ->
worker_1 | Execution halted
as a reproducible example i have a a script file "myfuns.R"
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 that you have been doing a fair amount of work in this space, so thanks very much and kudos.
I have come across a problem that yields an error:
[2018-04-10 13:30:49] STOP ERROR
worker_1 | This is an uncaught error in rrq, probably a bug!
worker_1 | Error in storr_copy(dest, self, list, namespace, skip_missing) :
worker_1 | Missing values; can't copy:
worker_1 | - from namespace 'objects', key: '6717f2823d3202449301145073ab8719'
worker_1 | Calls: rrq_worker ... tryCatch -> tryCatchList -> tryCatchOne ->
worker_1 | Execution halted
as a reproducible example i have a a script file "myfuns.R"
I create a context and save it separately to be loaded in both the master and worker with
Run the worker in one R process
Then in the master
to create the controller object.
It works fine if I run
but breaks if I do
Any ideas on why this might be or what I might do to fix it?
The text was updated successfully, but these errors were encountered: