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

Scalibility and Reminders #11

Open
omid opened this issue Aug 6, 2021 · 0 comments
Open

Scalibility and Reminders #11

omid opened this issue Aug 6, 2021 · 0 comments

Comments

@omid
Copy link
Collaborator

omid commented Aug 6, 2021

In the k8s era, it's easily possible to have several running instances of a service and load balance between them.
The problem with the current reminder system (start_job_schedulers) is that it will be executed per instance (AKA pods for k8s), so we will have some reminders, some load on database, some web hook calls and ....

The solution can be having a separate binary, that will be executed separately with a corn service (OS or k8s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant