GAE SDK: How do I specify a second YAML file to run as a worker service?
Answered
I am creating a task queue for use on GAE. I need to run a second YAML file in addition to the app.yaml file.
When I add worker.yaml in the "Additional Options" command line worker.yaml runs but no app.yaml.
How to I tell PyCharm to run both?
Thanks in advance,
Kevin
Please sign in to leave a comment.
Actually adding it to additional options should be enough.
Could you please show me screenshot with content of run tool window when you run your application?