Yuri Sh

Results 5 issues of Yuri Sh

The most basic functionality seems to cease working. This snippet shows `counter: 1` no matter how many times I refresh. ``` python import webapp2 import sys sys.path.insert(0, 'libs') from libs.gaesessions...

When I pass `"processing_rate":1` as part of `mapper_params` and examine the logs of `/mapreduce/worker_callback` I see that each worker callback processes **8** entities each time. If I set `"processing_rate":2` each...

At a certain point of the mapreduce job on one of the worker_callbacks (`/mapreduce/worker_callback/15734955148708B76E8DE-1`) I'm getting this error: Exceeded soft private memory limit of 128 MB with 128 MB after...

Added explanation to README regarding issue #28

Using the basic echo plugin for the bot, every time i start the bot, it repeats the last message on the channel - because the `process_mesaage` method is triggered, even...