You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Good day. Why list of worker parameters so small ? Supervisord have a lot useful parameters which missing in current config.
Please, add full list of parameters from http://supervisord.org/configuration.html#program-x-section-example
The text was updated successfully, but these errors were encountered: