Hello All,  
     Is it possible to execute my job as following:

<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
  <cron>
    <url>/mytask</url>
    <description>Execute my task, every 30 minutes of first and15th of 
month  </description>
    <schedule>1,15, of month every 2 hours</schedule>
    <timezone>America/New_York</timezone>
  </cron>
</cronentries>

This syntax is wrong and fail to deploy to GAE.
I tested another solution. Execute mytask every 30 minutes. Execute the 
real task only the date is 1 and 15.
I check the dashboard. The Frontend Instance Hours increase dramatically.

Any thoughts? 
Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/YfhcwP0GmhYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to