简体   繁体   English

使用 cron.yaml 的应用引擎自定义 cron 作业

[英]Custom cron job for app engine using cron.yaml

How do I write我怎么写

"Every minute in Monday to Friday between 10 am to 6 pm" “周一至周五上午 10 点至下午 6 点之间的每一分钟”

In cron.yaml?在 cron.yaml 中?

*         -> Every minute

10-18 -> from 10 to 18
*          -> Every day of the month
*          -> All the months
1-5      -> From Monday to Friday

For reference参考

To verify it验证它

However, you can still use Cloud Scheduler with an App Engine target for that and would be a more standard way to configure it.但是,您仍然可以将 Cloud Scheduler 与 App Engine 目标一起使用,这将是一种更标准的配置方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM