You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the script server is set up to accept just one option ( Spine)
It would be good to pass the Poller status to script server to adjust timeouts
currently, since only spine is passed the script server is not aware if the remote poller is in an offline state
so the script server attempts to connect to the primary poller which slows down the scripts server causing timeouts
The text was updated successfully, but these errors were encountered:
There will also be a corresponding spine change for this.
TheWitness
changed the title
[feature request] - Pass poller status to script_server
Pass poller status to script_server to avoid connecting to the main database when offline or in recovery
Aug 21, 2022
* feature#4899: Pass poller status to script_server to avoid connecting to the main database when offline or in recovery
* feature#4901: Make the script server accept arguments in the standard way
* force error reporting off to prevent issues with output processing
netniV
changed the title
Pass poller status to script_server to avoid connecting to the main database when offline or in recovery
Allow script server to be told when the main database when offline or in recovery
Dec 31, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the script server is set up to accept just one option ( Spine)
It would be good to pass the Poller status to script server to adjust timeouts
currently, since only spine is passed the script server is not aware if the remote poller is in an offline state
so the script server attempts to connect to the primary poller which slows down the scripts server causing timeouts
The text was updated successfully, but these errors were encountered: