我正在尝试设置一个 gae cron 任务以在一周中的某些日子运行至少 10 分钟,如下所示
理想情况下,cron 作业应该从 10:30 开始,然后是 10:35、10:40、10:45,然后停止到下一天/周
<cron>
<url>/notificationService</url>
<description>Weekly cron</description>
<schedule>every tuesday,wednesday,friday,saturday between 22:30 to 22:45</schedule>
<timezone>Africa/Johannesburg</timezone>
</cron>
请帮忙,谢谢
巴巴吉德