Files
docker-selenium-grid/SessionQueue/selenium-grid-session-queue.conf
2021-05-17 21:52:49 +02:00

16 lines
406 B
Plaintext

; Documentation of this file format -> http://supervisord.org/configuration.html
[program:selenium-grid-session-queue]
priority=0
command=/opt/bin/start-selenium-grid-session-queue.sh
autostart=true
autorestart=false
startsecs=0
startretries=0
;Logs (all Hub activity redirected to stdout so it can be seen through "docker logs"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0