-
Notifications
You must be signed in to change notification settings - Fork 956
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
Cloud scheduler for Cloud Functions timezone is not set correctly #3425
Comments
Same issue. This crashed my production environment without any warning |
I had the same problem with |
I think 33ff495 broke something. |
I caused a loss of close to $1000 transactions due to this issue (~70k thousand INR) on production |
@saurabhshah23 @mikan3rd @astefer thank you for reporting this and we are really sorry about the timing of this bug. Googlers in the US were on holiday for Friday and Monday and because this was a CLI issue rather than a backend issue it didn't page the on-call team. We'll get a fix out ASAP. In the meantime the workaround is to downgrade to @ashking or anyone else who experienced a loss due to this issue please write in to Firebase support and mention this bug, we'll see what we can do. |
Fixed in #3434 and released to npm |
Cloud functions pubsub set with .timezone("America/New_York") not working since firebase-tools latest update.
.pubsub
.schedule('0 12 * * *')
.timeZone("America/New_York")
CI pipeline successful but the timezone for cloud-scheduler was always set to default ("Los Angelos") without any errors.
It worked only after reverting the firebase-tools version back to 9.6.1 in CI.
The text was updated successfully, but these errors were encountered: