Skip to content
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

Error with gcloud commands: [Errno 35] Resource temporarily unavailable #84

Closed
mikelambert opened this issue Feb 21, 2017 · 2 comments
Closed

Comments

@mikelambert
Copy link

I am using gulp-shell to run gcloud app deploy, which then dies with [Errno 35] Resource temporarily unavailable. This does not happen when I run the command directly.

I've found this issue describing the problems with gcloud and node that trigger the errors, and I suspect the answer there might also apply here in some fashion. But it looks like gulp-shell uses exec, not spawn, meaning I'm not sure how to apply this sort of fix.

If this is "not a gulp-shell bug", then I suppose I can use one of these workarounds.

@sun-zheng-an
Copy link
Owner

Thanks for the feedback.

0.6.0 is just released, it may fix this problem.

@sun-zheng-an
Copy link
Owner

Please reopen this issue if 0.6.x hasn't fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants