graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

When configured port is in use, app should fail fast

Open kosch opened this issue 11 years ago • 0 comments

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 :-)

kosch avatar May 05 '14 16:05 kosch