Skip to content
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

Bug: Cloud functions are not deploying #1198

Open
2 tasks
warrensearle opened this issue Sep 17, 2024 · 1 comment
Open
2 tasks

Bug: Cloud functions are not deploying #1198

warrensearle opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Tech Debt

Comments

@warrensearle
Copy link
Member

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).

image.png

The way forward involves completing at least one of the following tasks, ideally both:

  • Update our functions to be 2nd generation functions
  • 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)
@warrensearle warrensearle added bug Something isn't working Tech Debt labels Sep 17, 2024
@warrensearle
Copy link
Member Author

warrensearle commented Sep 17, 2024

@nickaddy assigned to you for review
@drieJAC can you add to the tech debt spreadsheet/log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Tech Debt
Projects
None yet
Development

No branches or pull requests

2 participants