可以在 Google App Engine 上为每个月的特定日期安排 Cron 作业吗?

Mon*_*rch 0 cron google-app-engine

问题
是否可以在 google app engine 上安排一个 cron 作业在每月 27 日运行?

背景在这里
查看他们的语法,似乎这样做太具体了,但我想看看这里是否有人设法以某种方式做到这一点。

有趣的是,这有效:

 1st day of jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec 00:00
Run Code Online (Sandbox Code Playgroud)

但这并没有:

27th day of jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec 00:00
Run Code Online (Sandbox Code Playgroud)

我所做的只是更改日期数字(序数),但似乎如果序数大于 5,则会出现异常(父模块“antlr3”未加载)。我认为这是因为解析器错误地让“第一天”通过认为它意味着“该月的工作日”或类似的东西。

Ser*_*Ser 5

保持简单,愚蠢!;)

27 of month 9:40
Run Code Online (Sandbox Code Playgroud)

经过测试并工作。