ORES in beta doesn't seem to want to fork worker processes.
$ ps aux | grep -vP "defunct|prometheus" | grep -P "uwsgi|celery" www-data 11025 4.4 21.7 2417344 1782160 ? Ss 15:54 0:22 /srv/deployment/ores/deploy-cache/revs/5d977f4607a1c8e351c4817b100dc7f882a2290d/venv/bin/python3 /srv/deployment/ores/deploy/venv/bin/celery worker --app ores_celery.application --loglevel ERROR www-data 11861 3.0 4.5 998748 375796 ? Ss 15:58 0:06 /usr/bin/uwsgi --die-on-term --ini /etc/uwsgi/apps-enabled/ores.ini halfak 12070 0.0 0.0 12848 992 pts/1 S+ 16:02 0:00 grep --color=auto -P uwsgi|celery
No errors are reported in /srv/log/ores/app.log or /srv/log/ores/main.log