App is always running just one worker
- the
--workers
setting to thenomad run app
command does not work, because it runs the uvicorn dev server - we are not running a proper process manager like gunicorn (as recommended by uvicorn)
Consequently all oasis and our production system is only running one process. With some loads timeouts and restarts are unavoidable.