Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete documentation for yaml configuration #149

Open
lionvs opened this issue Jan 26, 2017 · 3 comments
Open

Obsolete documentation for yaml configuration #149

lionvs opened this issue Jan 26, 2017 · 3 comments

Comments

@lionvs
Copy link

lionvs commented Jan 26, 2017

In version 1.4.1 we used to put host and port inside beanstalk:

var options = {
 		id: this.id,
 		host: config.beanstalkd.host,
 		port: config.beanstalkd.port,
 		handlers: config.handlers,
 		ignoreDefault: config.ignoreDefault
 };

It was changed in this commit. And now in version 1.5.0 we put host and port just inside config:

var options =
{
    id: 'worker_4',
    host: '127.0.0.1',
    port: 11300,
    handlers:
    {
        emitkeys: require('./emitkeyshandler')()
    },
    ignoreDefault: true
}

But documantation about it for yaml configuration hasn't been updated:

beanstalkd:
    host: "127.0.0.1"
    port: 11300
watch:
    - 'circle'
    - 'picadilly'
    - 'northern'
    - 'central'
handlers:
    - "./handlers/holborn.js"
    - "./handlers/greenpark.js"
    - "./handlers/knightsbridge.js"
ignoreDefault: true
@djaoka
Copy link

djaoka commented Sep 19, 2017

👍 no update ?

@ceejbot
Copy link
Owner

ceejbot commented Sep 20, 2017

I do not have time to work on this project right now (too busy working on the npm registry itself!). If one of you would like to take over the project, I'd be more than happy to transfer both the repo & the npm package. Please let me know!

@djaoka
Copy link

djaoka commented Sep 20, 2017

I am interested, but i don't have a lot of time (children, work). Can you give the access for both of us ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants