Twingate / github-action

A GitHub action for connecting to TwinGate to allow access to IP protected resources
Mozilla Public License 2.0
25 stars 10 forks source link

Intermittent error "Exiting with error as TwinGate is not connected" #1

Closed jessebye closed 1 year ago

jessebye commented 2 years ago

We intermittently see this error in our workflows:

Starting Twingate service in headless mode
Twingate has been started
Waiting for status...
authenticating
Exiting with error as TwinGate is not connected

It seems like it should retry (with a timeout) until it gets the desired status, rather than immediately failing.

rodrigocollavo commented 2 years ago

We are experiencing the same problem and implementing our custom action with a retry mechanism, but it would be great to have an official solution and check if this more related to a timing/timeout issue to prevent a retry.

ericbuehl commented 1 year ago

It would appear this has been addressed in https://github.com/Twingate/github-action/pull/4. Should this issue be closed? When can we expect a new release to be cut?

ekampf commented 1 year ago

Fixed in #4