GAE SDK: How do I specify a second YAML file to run as a worker service?
已回答
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
请先登录再写评论。
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?