cachix / cachix-action

Build software only once and put it in a global cache
https://cachix.org
Apache License 2.0
252 stars 40 forks source link

When tokens get revoked the cachix-action hangs indefinitely #164

Closed F-WRunTime closed 9 months ago

F-WRunTime commented 11 months ago

When running the cachix action and a token is revoked after a build the post hook hangs until it's killed by the runner or host.

Expected result is builds are successfully pushed to the remote.

sandydoo commented 11 months ago

Do you have any logs to share? Of particular interest is whether it's taking a really long time because it's repeatedly retrying each failed push (a fix for which will be deployed soon), or it's an actual deadlock somewhere.

domenkozar commented 9 months ago

This should be fixed in Cachix 1.7, let us know if it happens again.