-
Notifications
You must be signed in to change notification settings - Fork 109
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
Pipelines no longer working in dev server after updating to latest cloud sdk #103
Comments
I have the exact same problem, with the original App Engine SDK. I created a small repo that shows the problem: https://github.com/Erfa/mapreduce-test |
I'm having the same problem, It's not working on my dev server. |
Same for me. Also, i have been suggested to downgrade to 122.0.0, but the issue is still there. |
This is fixed by: GoogleCloudPlatform/appengine-pipelines@2f1930b |
above 'fix' didn't work for me- I added to my app.yaml:
and it started working. there has not been new release on pypi since that commit, so presumably this is broken out of the box for anyone with updated sdk. |
The fix mentioned by @timmehmainframe worked. I commented the two lines mentioned below under src/pipeline/util.py: |
For me, specifically, the fix was to add:
to app.yaml. The version had to be default. I'm not going to pretend I understand why. |
I only added to the app.yaml:
|
Indeed this is happening, and changing version to What would a definite solution to this problem would look like so I can make a PR? |
I have a mapreduce pipeline that worked in SDK 122 that now fails in the dev server with the following error after updating to SDK 126:
As far as I can tell the pipeline is having problems submitting tasks to the task queue. Note that the pipeline is not running in the default service. Also, everything works as expected in the production environment, so this is specifically a problem with the dev server.
Any ideas? What additional logging would be helpful here?
The text was updated successfully, but these errors were encountered: