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

Notification service sends multiple notifications when scaling in prod #245

Open
memeToasty opened this issue Feb 1, 2024 · 0 comments
Open
Assignees
Labels
Backend Issues related to the Backend bug Something isn't working Deployment Issues related to the Deployment
Milestone

Comments

@memeToasty
Copy link
Contributor

memeToasty commented Feb 1, 2024

Description

When the notification service gets > 1 Replicas in prod, more than one CronJob inside of the service will send Notifications to all subscribers.

One approach to solving this problem would be implementing a Leader election for this service. This would enable us to have a high availability on this service

@memeToasty memeToasty added bug Something isn't working Backend Issues related to the Backend Deployment Issues related to the Deployment labels Feb 1, 2024
@memeToasty memeToasty added this to the v1.0.0 milestone Feb 1, 2024
@memeToasty memeToasty self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Issues related to the Backend bug Something isn't working Deployment Issues related to the Deployment
Projects
None yet
Development

No branches or pull requests

1 participant