TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

make all python bug #127

Open gepser opened 9 years ago

gepser commented 9 years ago

Whenever I run make all a python bug comes out, here is a screenshot about the bug.

screen shot 2014-12-19 at 12 08 33 pm

kusor commented 9 years ago

git pull and git submodule update --init and then try again, I just bumped dependencies for such project.

gepser commented 9 years ago

Thanks for you answer, I did that and the main problem persists (just like before), so let me explain what is the problem:

when I want to run this: /node_modules/.bin/workflow-runner config.json 2>&1 | ./node_modules/.bin/bunyan the runner just never starts, just like that:

screen shot 2014-12-19 at 2 51 03 pm

And that just happen when I do it with postgres backend, and yup, I have postgres installed, running and with the database node_workflow_test created (do I need something else?).

And when I do it with redis backend everything works just fine.

What I am missing?