You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine Pipeline API
I am seeing a more than 200% increase in memory footprint of my app after I started using the pipeline runtime.
Has anybody else also experienced something similar?
The reason why I am not able to pinpoint to the pipeline runtime is that I am also using many URLFetch calls from one of the pipelines which is said to consume memory.
Thanks.
-mayank
Mayank Bhagya
unread,
Aug 21, 2015, 4:32:44 AM8/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine Pipeline API
Okay I figured.
It is this line:
"db.put (entities_to_put)"
in the 'evaluate' method (second-last line) of the 'Pipeline' class in pipeline.py.