【发布时间】:2016-01-15 01:35:44
【问题描述】:
我正在尝试每 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>
【问题讨论】:
-
这是我的 cron.xml 的外观
/metricsposter 将计费指标发布到 Graphite 的 Servlet 每 65 分钟同步一次