I have a Selenium Grid with the following setup:
Server (Windows Server 2012 R2 Standard ) with Grid hub
(selenium-server-3.14.0).12 x PCs with Selenium Nodes(selenium-server-3.14.0) (each with 4 max sessions/instances of Chrome).
All these remote machines being managed with PowerShell scripts.
For some reason the Hub shuts down without warning. Sometimes this is during test execution, at other times when idle. It can stay running for days, other times a few hours. I can't find any obvious pattern relating to load or time.
I have tried to find the reason for the shut downs in Windows Event Viewer but can't find any notifications regarding the hub.
Is there any logging that can be set up on the Hub to help determine the reason for crashes?
This is specifically regarding behaviour of the Selenium Grid Hub. It has nothing to do with chromedriver or idle session behaviour. the question is not answered be those deemed to be duplicates.