google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

cron.xml syntax

Open elharo opened this issue 7 years ago • 0 comments

In cron.xml (and cron.yaml) we could put code inspections/problem markers on the syntax of a schedule element. This is not well documented.

<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
  <cron>
    <url>/hello</url>
    <description>Hot for no reason</description>
    <schedule>every 1 minutes</schedule>
  </cron>
</cronentries>

elharo avatar May 25 '18 17:05 elharo