-
Notifications
You must be signed in to change notification settings - Fork 24
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
psite-create hangs when echoing ............... #199
Comments
The site is actually created, and appears to be fine in the dashboard, but the command obviously doesn't complete properly. Not good for scripts. |
Looks like maybe it's hitting the failsafe timeout? https://github.com/pantheon-systems/terminus/blob/master/terminus.drush.inc#L1724 However, you should get some additional output with that. Do you mind secret-gisting the whole object that's dumped? |
Yup, it looks like that's where it's failing. I emailed you the secret gist. Thanks Josh! |
Ok thanks. This looks like an internal workflow name change we didn't pick up. Should be an easy fix. |
Pushing a branch now. Can you verify the fix? |
Looks like that fixed it! Thanks! |
Here's the output of my bash script. As you can see, it's hanging for about half an hour and then barfs out a big 'ol array which continues for a couple hundred lines. I truncated it here.
The text was updated successfully, but these errors were encountered: