[google-appengine] cron in microservice url

2017-10-20 Thread Shahin R. Namin
Hi guys I have an issue with the cron jobs in microservices. I am writing a python app engine microservice with cron jobs, and I am getting URL not found anytime the cron starts running. It seems the cron jobs call the URL corresponding to the app (without the microservice-dot in the beginning

[google-appengine] Python Pickle file from cloud storage in flexible environment

2017-11-14 Thread Shahin R. Namin
Hi I am working on a project where I need to read and load a pickle dump file from google cloud storage in Python in the app engine flexible environment. According to this link , I can read the data