Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

problem when accessing mobile-frontend #6

Open
mohamedbelhassen opened this issue Oct 6, 2014 · 2 comments · May be fixed by #7
Open

problem when accessing mobile-frontend #6

mohamedbelhassen opened this issue Oct 6, 2014 · 2 comments · May be fixed by #7

Comments

@mohamedbelhassen
Copy link

I tried to deploy the code in my own GAE.
the backend is working well : http://static-backend.belhassen-moduletest.appspot.com/
but the mobile front end (http://mobile-frontend.belhassen-moduletest.appspot.com/)
generates the following error:
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.

Could you please assist me to bypass this problem

@mohamedbelhassen
Copy link
Author

when I replaced aumatic scaling by manual scaling in mobile_frontend.yaml, the module become accessble.
More precisely, I replaced

automatic_scaling:
min_idle_instances: 2
max_pending_latency: 1s

by
manual_scaling:
instances: 1

My question now, why automatic scaling did not worked?

@peterjliu
Copy link

confirmed. I can reproduce the problem on dev server.

@peterjliu peterjliu linked a pull request Nov 3, 2014 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants