Bartosz Balis

Results 6 comments of Bartosz Balis

This looks as expected - array-like _object_, not array. What is the context of the problem? JSON.stringify? This also works (tested): var properArray = Array.prototype.slice.call(arrayLikeObject);

All changes are fine except the replacement of the base image for the Hyperflow Dockerfile. This is a rather big change, can we add the autoscale plugin as a package?

Hi, other infrastructures are also supported (e.g. IaaS clouds and cloud functions on a few major cloud providers). You can also run master components (hyperflow engine) from your local machine...

It was done with a Master-Worker model using this executor and a RabbitMQ as a job queue: https://github.com/hyperflow-wms/hyperflow-amqp-executor Here is an old tutorial that involved a lot of manual steps...

> Thank you! > I was able to run on a single ubuntu 16.04 node following your steps, while I need to add > > ``` > /home/cc/hyperflow/montage-workflow/software/Montage_v3.3_patched_4/bin/ > ```...

> One more question, it seems that I always need to setup executor on node(s) manually to run the workflow, right? Can you point me if there is a scheduling...