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

When there's an error, the job seems to hang and doesn't report errors #106

Open
tanin47 opened this issue Nov 30, 2016 · 0 comments
Open

Comments

@tanin47
Copy link

tanin47 commented Nov 30, 2016

I was following this example in here: https://sookocheff.com/post/appengine/mapreduce/mapreduce-yaml/

from mapreduce import operation

def touch(entity):
    """
    Update the entities timestamp.
    """
    yield op.db.Put(entity)

Please notice that op doesn't exist. It should have been operation.

I wonder where I can go see an error if there is one. And why does it hang (on the status page? I had to abort it.

Thank you!

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

1 participant