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

Supervisord parameters missing #26

Open
6ecuk opened this issue Oct 3, 2017 · 0 comments
Open

Supervisord parameters missing #26

6ecuk opened this issue Oct 3, 2017 · 0 comments

Comments

@6ecuk
Copy link
Contributor

6ecuk commented Oct 3, 2017

Good day. Why list of worker parameters so small ? Supervisord have a lot useful parameters which missing in current config.

consumer:
        general:
            messages:                   250     # consumer command option: messages to consume
            memory-limit:               32      # consumer command option: allowed memory for this process
            debug:                      true    # consumer command option: enable debugging
            without-signals:            true    # consumer command option: disable catching of system signals
            worker:
                count:                  1       # number of workers per consumer
                startsecs:              2       # supervisord worker option: seconds to consider program running
                autorestart:            true    # supervisord worker option: if supervisord should restarted program automatically
                stopsignal:             INT     # supervisord worker option: the signal used to kill the program
                stopasgroup:            true    # supervisord worker option: if whole process group should be stopped
                stopwaitsecs:           60 

Please, add full list of parameters from http://supervisord.org/configuration.html#program-x-section-example

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

No branches or pull requests

2 participants