Git Product home page Git Product logo

barbeque's People

Contributors

pilwon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

barbeque's Issues

Cannot change the default client redis port - always get default one (6379).

With version 0.2.1. I looked at the latest release the same problem is present.

This line in the file lib/index.js (line 36) is always true for a number (as lodash doc)
if (_.isEmpty(config.port)) { config.port = C.DEFAULT_PORT; }

Should be replace with this one and everything works like a charm.
if (_.isUndefined(config.port)) { config.port = C.DEFAULT_PORT; }

Multiple workers on the same barbeque queue

Hi,

I have a setup with multiple worker servers. each running a worker-app instance on each of its cores (using pm2).

Besides this I have an other applications who creates the jobs.

Will barbeque handle the concurrency in this setup?

npm install shasum check fail

Whenever I try to install barbeque via npm, I get the following error.

Maybe republishing it would solve the problem?

npm ERR! Error: shasum check failed for /var/folders/jx/ld05kdhs3313jgttdhg6p1qh0000gn/T/npm-52119-dQefrkPO/1392996641155-0.8323704020585865/tmp.tgz
npm ERR! Expected: 848504c9778a4c0c6d73128be9f28adba6647f29
npm ERR! Actual:   c1b435622582d05a98c04170bd2cf5eea8412ef7
npm ERR! From:     https://registry.npmjs.org/barbeque/-/barbeque-0.2.2.tgz
npm ERR!     at /usr/local/lib/node_modules/npm/node_modules/sha/index.js:38:8
npm ERR!     at ReadStream.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/sha/index.js:85:7)
npm ERR!     at ReadStream.EventEmitter.emit (events.js:117:20)
npm ERR!     at _stream_readable.js:920:16
npm ERR!     at process._tickCallback (node.js:415:13)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/isaacs/npm/issues>

npm ERR! System Darwin 11.4.2
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/brianpark/workspace/exactmedia/api
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/brianpark/workspace/exactmedia/api/npm-debug.log
npm ERR! not ok code 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.