graph-explorer
graph-explorer copied to clipboard
When configured port is in use, app should fail fast
At the moment the application tries in a loop to aquire the socket. Since inside runlevel script I need feedback if startup of the run_graph_explorer.py was successful or not.
So run_graph_explorer.py should fail with exit code > 0 in case of config errors oder problems on startup. fail-fast ftw :-)