OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Add simple message to polling timeout error #602

Open susanpann opened 5 months ago

susanpann commented 5 months ago

Background

The errors around polling tentacles not connecting are vague and don't help the customer investigate issues that may arise. This PR adds a simple message to re-direct them to the tentacle logs to investigate, as there is no current way of writing the halibut exception from tentacle to the server/task logs.

Results

Relates to https://github.com/OctopusDeploy/Issues/issues/8761

Pre-requisites