Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Since April 2023 underscores are allowed when naming cloud functions. Seehttps://cloud.google.com/functions/docs/release-notes#April_04_2023
However, if you export a 2nd gen function with onTaskDispatched, you will see the following error when trying to deploy:
While the function is being created, the system is failing to create a queue for it.
Please allow underscores in queue names. Camel-case and kebab-case are both not every attractive options when working with 2nd gen, because camelcasedfunctionsarecovertedtolowercaseincloudrun.