Anyone know how to make cloud scheduler to run for every last day of the month? In AWS there are wildcard L for last day of the month, but in GCP I don’t see any
What about running the job just past midnight on 1st day of each month? Would it be too late for your usecase?
Yes, ideally users want to sent on last work day of each month
Set the timezone to Australia and pick the first of the month? Presuming your in the US.
You can also set it up to run on 28th, 29th, 30th and 31st and let the application logic decide whether it’s truly a last day