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

Horizontal scaling support #94

Open
nanuuki opened this issue Jun 22, 2021 · 2 comments
Open

Horizontal scaling support #94

nanuuki opened this issue Jun 22, 2021 · 2 comments
Assignees
Labels
nice to have minor / nice to have

Comments

@nanuuki
Copy link
Contributor

nanuuki commented Jun 22, 2021

Horizontal scaling support. Often times the container will be executed with multiple replicas in the cluster. A replica should not interfere with other replica’s operation. This can be achieved by using database locks on records that are being processed, and supporting redundant event processing across replicas. It’s also best to lock records (e.g. SELECT FOR UPDATE) when a replica is processing them (e.g. polling).

@nanuuki nanuuki added the nice to have minor / nice to have label Jun 22, 2021
@latenssi
Copy link
Member

latenssi commented Nov 9, 2021

Associated issue #83

@latenssi latenssi self-assigned this Dec 17, 2021
@seitau seitau mentioned this issue Jan 27, 2022
@seitau
Copy link
Contributor

seitau commented Feb 4, 2022

Is this not yet supported?

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

No branches or pull requests

3 participants