aerokube / cm

Configuration manager for Aerokube products
https://aerokube.com/cm/latest/
Apache License 2.0
119 stars 31 forks source link

selenoid container stops after 5 minutes automatically #264

Closed dibyaranjan-pg closed 4 years ago

dibyaranjan-pg commented 4 years ago

Is there a way to keep selenoid container running always. Right now it stops after 5mins because of this default

-graceful-period duration graceful shutdown period in time.Duration format, e.g. 300s or 500ms (default 5m0s)

vania-pooh commented 4 years ago

@dibyaranjan-pg that's not true, Selenoid stops only if it receives some signal (e.g. SIGTERM or SIGKILL) from operating system. Please check what is killing Selenoid. This flag means maximum time to wait for running browser sessions to finish when stopping Selenoid.

dibyaranjan-pg commented 4 years ago

@vania-pooh Yes, I got that, I am trying to find out how Selenoid is getting killed. Sorry for the confusion. Thanks for quick response.

dibyaranjan-pg commented 4 years ago

Not an issue, hence closing issue.