RootCauseunvalidated
hobby accounts are limited to daily cron jobs — If so, hobby accounts are limited to daily cron jobs. Tension: this cron expression (0 * * * *) would run every hour, more than once per day and it breaks the configuration. Outcome: if you change to (0 6 * * *) that runs only at 06:00 am once per day it will be ok.
34039ac1-cbbf-44d1-b392-c03323156b80
hobby accounts are limited to daily cron jobs — If so, hobby accounts are limited to daily cron jobs. Tension: this cron expression (0 * * * *) would run every hour, more than once per day and it breaks the configuration. Outcome: if you change to (0 6 * * *) that runs only at 06:00 am once per day it will be ok.