Process Scheduler Recurrences
Hi,
I want to schedule a process to run 1st of every month, but if it falls on a weekend, run the next business day.
The only thing that I can think of is to schedule the process to run daily and in the App Engine program skip running the main code of the process if first of a month is a weekend, and run the process if first of the month is a not weekend or it's 2nd or 3rd of a month and it's a Monday.
Is there any other way other than the above, to run the process the first business day of a month?