-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Waiting Executions do not work correctly when changing time zone #8548
Comments
Hey @directpromo, Just to check is this changing the timezone for a workflow that is already waiting or is this setting a timezone that is not GMT 0 then setting a wait? |
Hi @Joffcom, I don't quite understand the question. I made a screencast. It shows this bug. 2024-02-05_n8n_wait_timezone.mp4 |
Hey @directpromo, I have done a bit of testing and I managed to reproduce it as my database was still using the UTC timezone, I have not done a lot of testing around starting a new database with the correct timezone configuration but I do wonder if that is linked. For now I have created an internal ticket which we will be tracking as |
You are correct. After conducting a test, I can confirm that everything is functioning perfectly with version 1.29.1. It appears I mistakenly believed I was using version 1.29.1 as the latest release on Docker Hub, when in fact, I was actually using version 1.27.3. Thank you for your response! |
Hey @stwonary, No worries I will get this one marked as closed and update everyone else that had this issue as well. Thanks for sticking with us during this 👍🏻 |
Describe the bug
With the default time zone GMT 0, everything works correctly.
For time zones from GMT - 1 to GMT - 11 workflow freezes. In waiting status.
For time zones from GMT +1 to GMT +14 workflow goes to status successful within about 1 minute. Even if you need to wait for an hour or 5 minutes.
To Reproduce
Environment:
Additional context
The bug also occurs if you set the timezone in .env via:
GENERIC_TIMEZONE=your time zone
TZ=your time zone
The text was updated successfully, but these errors were encountered: