fivebeans icon indicating copy to clipboard operation
fivebeans copied to clipboard

Obsolete documentation for yaml configuration

Open lionvs opened this issue 8 years ago • 3 comments

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

lionvs avatar Jan 26 '17 14:01 lionvs

👍 no update ?

djaoka avatar Sep 19 '17 15:09 djaoka

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!

ceejbot avatar Sep 20 '17 04:09 ceejbot

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

djaoka avatar Sep 20 '17 20:09 djaoka