vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

When configured port is in use, app should fail fast #113

Open kosch opened 10 years ago

kosch commented 10 years ago

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