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

Make it possible to run multiple daemons processes in a single container #296

Closed
1 of 4 tasks
Tracked by #304
msm-code opened this issue Dec 12, 2022 · 0 comments · Fixed by #298
Closed
1 of 4 tasks
Tracked by #304

Make it possible to run multiple daemons processes in a single container #296

msm-code opened this issue Dec 12, 2022 · 0 comments · Fixed by #298
Milestone

Comments

@msm-code
Copy link
Contributor

Feature Category

  • Correctness
  • User Interface / User Experience
  • Performance
  • Other (please explain)

Describe the problem

Right now the demon is a single process, and the only way to spawn more demons is to create more containers/pods

Describe the solution you'd like

This is a good solution in most cases, but sometimes having one pod/container with daemon per ursadb is simpler from devops point of view. We can add a flag like --scale 4 to daemon, so that it's very easy to run multiprocessed daemon in a single container.

Describe alternatives you've considered

There's nothing wrong with the current approach, but it can be a bit wasteful in some cases.

@msm-code msm-code added this to the v1.4.0 milestone Dec 12, 2022
@msm-code msm-code mentioned this issue Dec 21, 2022
8 tasks
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

Successfully merging a pull request may close this issue.

1 participant