Seenuvasan Ayyanar
Seenuvasan Ayyanar
I am also facing the same issue with the @monthly job that was running on the last day of the previous month in 2024 year. schedule @"@monthly" table_name | cron.job_run_details...
I have faced this issue in AWS Aurora PostgreSQL and used UTC for the database timestamp and cron as below Show cron.timezone as GMT
Hi TsinghuaLucky912 - There are no issues with the daily or hourly scheduler jobs, only with the monthly job(i.e., First of the month).You can find more details in my first...
Yes, correct time should be beginning of the months similar to 2023 plan year. My DB timezone setup is UTC and cron.timezone is GMT(I mean default).
Cron conf rule is * @monthly and 10 00 01 * * or 10 0 1 * *