You can let your cron job run every day. And in your job, you should check the date. If today is not 18th day of month, then exit without doing anything.
2009/4/30 Sylvain <[email protected]> > > 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. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
