Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crontab runs tasks 6 hours later than defined #252

Closed
Hagalas opened this issue Mar 8, 2022 · 3 comments
Closed

Crontab runs tasks 6 hours later than defined #252

Hagalas opened this issue Mar 8, 2022 · 3 comments
Labels
question Further information is requested

Comments

@Hagalas
Copy link

Hagalas commented Mar 8, 2022

Summary

My crontab looks like this:
0 9 * * 2 taskExample but job runs 6 hours later (at 3pm).
I checked time on remote machine where the app is running. Same with docker container and database. They all show correct time.
Any suggestions?

@benjie
Copy link
Member

benjie commented Mar 8, 2022

What timezone is your system set to? Try setting it to UTC.

@benjie
Copy link
Member

benjie commented Mar 8, 2022

Actually that should make no difference, we only run using UTC times no matter the system timezone I think. At least that’s what the README says 🤷‍♂️

@benjie benjie added the question Further information is requested label Oct 24, 2023
@benjie
Copy link
Member

benjie commented Oct 24, 2023

I'm going to assume this was a timezone issue. Relevant: #334

@benjie benjie closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants