hyperflow icon indicating copy to clipboard operation
hyperflow copied to clipboard

AMQP Connection is started even if "command" executor is used

Open malawski opened this issue 11 years ago • 1 comments

When running the example:

https://github.com/dice-cyfronet/hyperflow/tree/feature/mm-example/examples/SplitAndGzip

I get

Done processing workflow JSON.
createInstance time: 10ms
Wf id=1
[AMQP] Starting connection!
...

Potentially unhandled rejection [1] TypeError: Object #<Promise> has no method 'once'
    at taskCount (/git/hyperflow-mm-example/functions/amqpCommand.js:12:14)

malawski avatar Dec 09 '14 13:12 malawski

Well… it is actually not fixed. Some lib must have been updated breaking API and package.json does not specify versions well…

kfigiela avatar Jan 08 '15 22:01 kfigiela