Cron per Service/Module (AppEngine)

后端 未结 2 1947
-上瘾入骨i
-上瘾入骨i 2020-12-21 13:38

I have two modules/services and each one has a cron.xml. Only one of these ever seems to run (the most recently deployed in my experience), and the other doesn\'t fail, but

2条回答
  •  春和景丽
    2020-12-21 13:43

    Use the target: backend-module-name parameter inside a cron job you want to send to a module other than default. Only one cron.yaml needed.

    Make sure you update: appcfg.py update app.yaml backend_module.yaml cron.yaml

提交回复
热议问题