-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ensure concurrency safety when running multiple instances #54
Comments
So the requirements for 3 are:
|
Closed because migrated to openbraininstitute/accounting-service#3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment we deploy only one instance of the service, but in the future we may want to allow to start multiple instances to scale horizontally.
Before doing that we should ensure that the service works correctly even in that case.
In particular:
(migrated from https://bbpteam.epfl.ch/project/issues/browse/NSETM-2332)
The text was updated successfully, but these errors were encountered: