Hi all,
I hope this message finds you well.
I am currently working on a project where I have implemented an iBQML environment with a client on their GA4 data. While the overall setup has been successful, I am encountering an issue with scheduling cron jobs for our training and prediction pipelines in CRMint (Cloud Run).
Specifically, I have configured the cron job with the following schedule: 10 0 * * *. This should run the job daily at 00:10 UTC, which corresponds to 1:10 PM NZDT (New Zealand Daylight Time). However, despite the cron job being enabled, it does not appear to be running as expected. The pipeline runs successfully when triggered manually, and there are no errors or warnings in the pipeline logs.
Here are the steps I have taken so far:
Verified the cron job configuration and ensured it is enabled.
Checked the pipeline logs for any errors or warnings.
Confirmed that the pipeline runs successfully when triggered manually.
Ensured that the service account has the necessary permissions.
I would greatly appreciate any guidance or assistance you can provide to help resolve this issue. If there are any additional logs or configuration settings I should check, please let me know.
Thank you for your support.
Best regards,
Torsten