Replies: 1 comment
-
Yes, that's correct. Writing our own process manager to handle keeping an eye on child processes, manage concurrency etc is complex, especially when most systems will already have one available (systemd, docker, supervisord etc). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I can't find an option to specify the number of workers to run, and it seems that right now only one worker is running at any given time. So I'm guessing that if I'm using the
db_worker
command, for example, I need to run it multiple times via multiple processes to simulate multiple workers. Is that correct?Beta Was this translation helpful? Give feedback.
All reactions