We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Partially done in #163, but requires a migration to gen2 functions (#164), which can't just be deployed over existing functions for some reason:
Step #1: ERROR: (gcloud.functions.deploy) Invalid value for [--gen2]: Function already exists in 1st gen, can't change the environment.
Which requires either an entirely new function name, or the function to be deleted/recreated: https://stackoverflow.com/a/73821391
The text was updated successfully, but these errors were encountered:
This seems to be working as-is! https://python-software-foundation.sentry.io/issues/?project=63744
Sorry, something went wrong.
No branches or pull requests
Partially done in #163, but requires a migration to gen2 functions (#164), which can't just be deployed over existing functions for some reason:
Which requires either an entirely new function name, or the function to be deleted/recreated: https://stackoverflow.com/a/73821391
The text was updated successfully, but these errors were encountered: