我正在尝试每 65 分钟运行一次 cron 作业。在 GAE 上上传应用程序时出现以下错误。
在“将 aws-spending 部署到 Google”期间发生内部错误。每 65 分钟同步的计划无法解析。
如果这是不可能的,有没有办法在另一个完成后运行一个 cron 作业?
我的 cron.xml:
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
<cron>
<url>/metricsposter</url>
<description>Servlet that posts billing metrics to Graphite</description>
<schedule>every 65 minutes synchronized</schedule>
</cron>
</cronentries>