-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with large plans hanging on 0.2.0 #658
Comments
Are you doing something funky with organization tokens? And it looks like you're provisioning variable sets using terraform. Please post the config you're using. As for "old agents" showing up as errored, this is intentional. Your Not sure about the creating agent pool hanging issue. I'll see if I can re-create it. |
Thanks for the update, I didn't want to paste the config here as it's literally hundreds of resources. If it looks like it's related to variable sets I can try and see if I can create an isolated example. The infra we have is kind of a layered approach. So some layers create variable sets for terraform in lower layers etc, if that makes sense. This has all worked up until now, I know there have been changes to tokens and stuff recently in OTF. It's been a few months since I touched this, so it may have been another release. |
@adamlc As you can see, org tokens were broken. Try out the new release and if it still doesn't work please re-open. |
@leg100 thank you so much for the quick turn around, I can confirm that fix worked perfectly! Would you like me to open a separate issue for the agent pools page hanging? |
Yes, please do. I'm concerned there is a database deadlock or something of that nature. |
After upgrading to
0.2.0
I'm having some issues with some plans running, they seem to be larger plans from what I've discovered so far.A few minutes into the plan it hangs and then eventually otf crashes with some nil pointer errors, they all look to be the same error:
Also possibly unrelated is when the otf process restarts there seems to be a new agent created and the old ones appear to stay there broken
Another issue is when I try to create an agent pool the page just hangs. It looks like it creates the pool but I try to navigate to the config page it just hangs. I don't get any console errors either.
The text was updated successfully, but these errors were encountered: