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

Attempt to reduce cost with cloud functions calls #519

Closed
2 tasks done
JasonIsAzn opened this issue Sep 9, 2024 · 0 comments · Fixed by #520
Closed
2 tasks done

Attempt to reduce cost with cloud functions calls #519

JasonIsAzn opened this issue Sep 9, 2024 · 0 comments · Fixed by #520
Assignees

Comments

@JasonIsAzn
Copy link
Member

JasonIsAzn commented Sep 9, 2024

Overview

There are two cloud functions that have high request, which is IsUserInBlackList and NotifyUpcomingEvents

On a Monday Afternoon with no events and no devs working on the app or website, there is a relatively large bandwidth usage and low numbers of reads. The only thing I can think of that would cause this is these two cloud functions.
It may or may not be the cause but would be a good idea to remove isUserInBlackList and decrease freq of NotifyUpcomingEvents

Task

  • Remove Blacklist Checking
  • Decrease freq of NotifyUpcomingEvents

Additional

If we see that blacklist is a major factor in the cost then we'll completely remove the feature in another ticket

@JasonIsAzn JasonIsAzn self-assigned this Sep 9, 2024
@JasonIsAzn JasonIsAzn linked a pull request Sep 9, 2024 that will close this issue
@JasonIsAzn JasonIsAzn changed the title Decreasing cost with cloud functions calls Attempt to reduce cost with cloud functions calls Sep 10, 2024
@JasonIsAzn JasonIsAzn added this to the Sprint 11: Summer milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In-Review
Development

Successfully merging a pull request may close this issue.

1 participant