typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Improve error messages for logs, events, services, info #114

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

The error message for the following conduct commands need to be improved:

So far these commands are timing out after 5 seconds if ConductR does not respond, e.g. if ConductR has not been started. Especially as a first user experience this is particularly bad. Instead the failure case should return with a concrete error message.

This issue should be fixed while implementing the new HTTP library for sbt-conductr.

markusjura commented 8 years ago

To be more concrete, the commands should:

@huntc: WDYT?

huntc commented 8 years ago

Sounds good

markusjura commented 8 years ago

Addressed by PR https://github.com/sbt/sbt-conductr/pull/124.