mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
Fix queue component name (#1290) [deploy][prerelease]
This commit is contained in:
15
SessionQueue/selenium-grid-session-queue.conf
Normal file
15
SessionQueue/selenium-grid-session-queue.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user