Replies: 2 comments 7 replies
-
I see you're missing a lot of spaces in your file. Is that a copy/paste mistake or is this your actual file? |
Beta Was this translation helpful? Give feedback.
7 replies
-
I was able to resolve the issue by setting the cron to run hourly instead of daily at 3:00AM UTC. The recurring transactions are now being triggered at midnight local time. I found this article on Alpine Linux and changing the timezone. Without scripting it to install each time it is just easier to fire the cron hourly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue with setting a timezone in the cron container. The cron is successfully firing but at the wrong time.
The "core" container and app is set yo Australia/Sydney but the cron container is set to UTC time. When running the automated transactions at 0300 UTC, they're being run at 1400 AEDT instead.
How do I make the "cron" container recognise the TZ command?
Here is the compose snippet for the "cron" container.
Beta Was this translation helpful? Give feedback.
All reactions