Closed dibyaranjan-pg closed 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.
@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.
Not an issue, hence closing issue.
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)