Sylvain
unread,Apr 30, 2009, 11:36:37 AM4/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
I need to create a job that runs each 18th of month (i.e : 18th
january, 18th february, 18th march,...)
Is there a simple "schedule syntax" to do that ?
Currently, i can do something like that :
schedule: every
monday,tuesday,wednesday,thursday,friday,saturday,sunday of month
09:00
and test each day if we are the 18th
But is there a "schedule" syntax to do that directly ?
Thank you
Regards.