running microservices on GAE
Answered
My app-engine server is written in Python as several microservices.
I start the local dev-server from the command line by running:
dev_appserver.py --clear_datastore 0 app.yaml service_admin.yaml service_tasks.yaml
when I start the server from PyCharm, it seems to ONLY be running app.yaml & I get errors that my other services are not available.
How do i get Pycharm to launch all the same services as the command line?
Please sign in to leave a comment.
Hi!
Did you add everything except dev_appserver.py to additional options in your App Engine server run configuration?