unit
unit copied to clipboard
python simultaneously worker launch
Is it possible to launch python workers simultaneously like uwsgi or gunicorn does ?
In current state when i set for example:
processes: 60
unit starts workers one after another after another etc, so it takes more than 10 minutes for my app