Skip to content
Snippets Groups Projects
  • Markus Scheidgen's avatar
    079219e9
    Fixes the NOMAD app only running one worker. · 079219e9
    Markus Scheidgen authored
    No matter what the --workers parameter, the nomad run command is only
    running one process. I added gunicorn as a process manager for production
    settings. The run.sh command is now using gunicorn and defaults to
    4 workers.
    
    Changelog: Fixed
    079219e9
    History
    Fixes the NOMAD app only running one worker.
    Markus Scheidgen authored
    No matter what the --workers parameter, the nomad run command is only
    running one process. I added gunicorn as a process manager for production
    settings. The run.sh command is now using gunicorn and defaults to
    4 workers.
    
    Changelog: Fixed