DaveMtl
DaveMtl
Hi there, I'm also looking for the best way to handle exceptions generated inside the compute function. As there been any developement on this? > As of now, all compute...
Makes sense, thanks!
Hi neuneck, I'll have a look threading.event, re-engineering our nodes shouldn't be too bad at this point of our project. I like that each node can have a specific reaction...
In our case it's not that straightforward because what handles the files is just another node inside the graph. We have multiple nodes to handle different types of files. Depending...
Hi @neuneck, For the parallel graphs, I added the concept of a master node. Before starting a graph I check if a master node is in the graph. Then after...
Thanks for the fast answer. I still have the same problem after trying the solution. Maybe I just missed another step. I'll try reinstalling from scratch and see if works...
Sorry for closing the issue, that was a misclick... I'm not familiar with Ruby and I had a few hiccups while following the installation so I might have done something...
Hi again, I reinstalled everything from scratch and still have the same problem: ``` [2020-09-04 16:21:05 EDT] Remote control command for BourreauSimpleApp failed. Command: cd /home/cbrain/cbrain/Bourreau; bundle exec ruby /home/cbrain/cbrain/Bourreau/script/cbrain_remote_ctl...
Thanks again, I get the same error: ``` [2020-09-04 17:03:39 EDT] Remote control command for BourreauSimpleApp failed. Command: cd /home/cbrain/cbrain/Bourreau; bundle exec ruby /home/cbrain/cbrain/Bourreau/script/cbrain_remote_ctl start -e development -p 1026 2>&1...
Hi, I managed to start the Bourreau by copying the content of the proctable folder from: `~/.rvm/gems/ruby-2.4.1/gems/sys-proctable-1.2.6/lib/linux/sys` to: `~/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/sys` For some reason, the install location of the bundle for Bourreau...