Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

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

Description

@tanin47

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions