Closed berndbischl closed 7 years ago
to move furher:
1) it MUST be documented whether logging from 2 sessions is dangerous or not.
2) if the answer is "yes", and it seems to be, then:
a) it would be good if users can be prohibited from doing this. i know this is probably not that simple, but maybe at least think about this.
b) the main reason why people do this is because submitJobs can be a long operation, and it is blocking. i want to see the status of jobs in between, so i can react to errors, etc. a very easy fix would be to write the status into a file, that i can lookat in between. or display something in the current R session (that would be better for users, but harder to implement)
I'm working on this in the ro_mode branch.
loadRegistry()
This is now on master and CRAN. Let me know if you encounter any problems.
because:
that was was possible with BJ, and now very bad things seem to happen.
what we did was:
that produced (i think) also the bug here: #135
but later it was even worse: that bug #135 didnt happen. but we had 90% jobs finished. then that "done" state vanished from the status database. i can still see the result files on disk. but have apparently no chance to load or reduce them....
--> not good