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

Improve horizontal scalability of the backend (compiler) #101

Open
stranger80 opened this issue May 9, 2024 · 1 comment
Open

Improve horizontal scalability of the backend (compiler) #101

stranger80 opened this issue May 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority High-priority task
Milestone

Comments

@stranger80
Copy link
Contributor

Currently the backend service is not scalable horizontally (due to processing being asynchronous).

Design and implement a way to enable:

  • allow multiple instances of service running
  • allow automated scaling
@stranger80 stranger80 added this to the Next release milestone May 9, 2024
@stranger80
Copy link
Contributor Author

@elataret working on the design

@stranger80 stranger80 modified the milestones: Next release, 0.5 Jun 10, 2024
@varex83 varex83 added enhancement New feature or request priority High-priority task labels Jul 11, 2024
@stranger80 stranger80 modified the milestones: Next release, 0.7 Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority High-priority task
Projects
Status: 🏗 In progress
Development

No branches or pull requests

4 participants