You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our cloud functions are deployed automatically as part of our github actions workflows.
Github reports that the action for deploying is successful. However we can see that individual functions are failing to deploy.
See the following screen grab showing the github action has passed (green tick on left of screen) however individual functions have failed ("Quota exceeded" messages).
The way forward involves completing at least one of the following tasks, ideally both:
Combine many of our callable functions into a single API. e.g. we could have a single function which provides an API for generating reports, say. Or we could have a single function which provides an API for all callable functions! (to be agreed and decided)
The text was updated successfully, but these errors were encountered:
Our cloud functions are deployed automatically as part of our github actions workflows.
Github reports that the action for deploying is successful. However we can see that individual functions are failing to deploy.
See the following screen grab showing the github action has passed (green tick on left of screen) however individual functions have failed ("Quota exceeded" messages).
The way forward involves completing at least one of the following tasks, ideally both:
The text was updated successfully, but these errors were encountered: