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
I have a GitHub workflow that runs a matrix of actions to deploy services to EKS. Each action within the matrix connects to Twingate using the same service key and then attempts to run helm upgrade. However, only one service deployment succeeds at a time.
When I rerun the failed jobs using the Re-run failed jobs option, another action succeeds while the rest fail. I can repeat this process multiple times until the workflow is eventually completed successfully. This suggests that multiple connections to Twingate cannot be established in parallel.
I also attempted to connect to Twingate at the workflow level (before the matrix actions) to see if it would resolve the issue, but it didn't work.
Below is a simplified version of the workflow YAML to demonstrate the issue:
It appears that Twingate does not support multiple parallel connections with the same service key. If that’s the case, guidance on how to configure Twingate for parallel matrix jobs would be appreciated.
The text was updated successfully, but these errors were encountered:
I have a GitHub workflow that runs a matrix of actions to deploy services to EKS. Each action within the matrix connects to Twingate using the same service key and then attempts to run helm upgrade. However, only one service deployment succeeds at a time.
When I rerun the failed jobs using the Re-run failed jobs option, another action succeeds while the rest fail. I can repeat this process multiple times until the workflow is eventually completed successfully. This suggests that multiple connections to Twingate cannot be established in parallel.
I also attempted to connect to Twingate at the workflow level (before the matrix actions) to see if it would resolve the issue, but it didn't work.
Below is a simplified version of the workflow YAML to demonstrate the issue:
It appears that Twingate does not support multiple parallel connections with the same service key. If that’s the case, guidance on how to configure Twingate for parallel matrix jobs would be appreciated.
The text was updated successfully, but these errors were encountered: