You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this I’ve noticed that after the VPN connects, the worker appears to stop logging anything and the output (in GitHub’s UI) essentially freezes until the task is finished and the VPN has disconnected.
I think this is because the worker connects to GitHub’s API servers directly, then when the VPN is connect it attempts to send log data via the VPN, so it’s being routed via a different IP address. Because of this (I assume) GitHub discards it. I’ve been testing a few solutions to this, like messing around with route tables, but haven’t had any luck.
I’m not sure it’s something that can/should be resolved in this package but I thought I’d raise it here in case others have seen the same thing or have any workarounds.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for writing this action!
When using this I’ve noticed that after the VPN connects, the worker appears to stop logging anything and the output (in GitHub’s UI) essentially freezes until the task is finished and the VPN has disconnected.
I think this is because the worker connects to GitHub’s API servers directly, then when the VPN is connect it attempts to send log data via the VPN, so it’s being routed via a different IP address. Because of this (I assume) GitHub discards it. I’ve been testing a few solutions to this, like messing around with route tables, but haven’t had any luck.
I’m not sure it’s something that can/should be resolved in this package but I thought I’d raise it here in case others have seen the same thing or have any workarounds.
Thanks
The text was updated successfully, but these errors were encountered: