[google-appengine] Cron.yaml timezone error

2020-06-18 Thread Kush Goyal
I am getting the below error when updating my cron.yaml *Unable to assign value 'Asia/Kolkata' to attribute 'timezone':timezone 'Asia/Kolkata' is unknown* my cron.yaml file: cron: - description: my cron job url: /endpoint/ schedule: 1 of month 06:30 timezone: Asia/Kolkata -- You

[google-appengine] Error python app startup

2020-06-05 Thread Kush Goyal
I am getting the below error when deploying my Django app: ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error! Code: APP_CONTAINER_CRASHED File "/env/lib/python3.6/site-packages/google/api_core/gapic_v1/method_async.py", line 20, in from google.api_core import

[google-appengine] Old pip version being used when deploying to app engine flexible

2019-06-11 Thread Kush Goyal
When I deploy to app engine flexible env I get the below warnings in red: Step #1: You are using pip version 10.0.1, however version 19.1.1 is available. Step #1: You should consider upgrading via the 'pip install --upgrade pip' command. I am using python 3 on app engine flexible. Is is

[google-appengine] 503 errors - default liveness checks and readiness checks

2019-04-22 Thread Kush Goyal
In my logs I am seeing 503 for readiness checks. These are the default checks so they do no hit my application. Most of the 503 errors are for readiness. But in between there are 503 errors for liveness checks as well. - Can someone help me identify the reason behind this? - What are the

[google-appengine] Re: 502 errors on multiple projects - Nothing in Log

2018-01-11 Thread Kush Goyal
at GCP side. I urgently request google to look at this problem. If the google team needs information they can look at the data in my projects. On Thursday, 11 January 2018 12:17:02 UTC+5:30, Kush Goyal wrote: > > > Hi, > > I am getting 502 errors on multiple projects which are

[google-appengine] 502 errors on multiple projects - Nothing in Log

2018-01-10 Thread Kush Goyal
Hi, I am getting 502 errors on multiple projects which are deployed on app engine. I checked the logs there is nothing there with status 502. Can anyone please guide me on how to resolve this? Where should I look for errors? There errors come randomly. There is no pattern and also they come

[google-appengine] Re: Cheapest possible config for app engine flexible instance

2017-07-07 Thread Kush Goyal
Hi Jordan, Thanks for the automatic scaling tip. I have changed my app.yaml [1] now. I will report the reductions in cost I get. 1. The link you gave for app.yaml docs is for standard environment. Does the same settings apply to flexible environment as well? Or should I use the docs at this

[google-appengine] Cheapest possible config for app engine flexible instance

2017-07-06 Thread Kush Goyal
Hi, I am using app engine flexible environment for my python 3 app. I read the documentation for app.yaml [1] to configure my instance. This is my app.yaml config for my instance: runtime: python env: flex entrypoint: gunicorn -b :$PORT myproject.wsgi manual_scaling: instances: 1