API worker endpoints won't start in a clean installation
Open
backend
bug
- Dominant language
- Python
- Stars
- 8
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Doing a clean installation from the latest master does not get the system in a usable state. API worker endpoints refuse to start. There seems to be a missing 'env' command in ansible/roles/api/templates/gunicorn_worker_start.j2
Here is the error in the log:
```
==> /webapps/pouta_blueprints/logs/gunicorn_worker_endpoint.log <==
Starting pouta_blueprints (worker endpoint) as pouta_blueprints
/webapps/pouta_blueprints/venv/bin/gunicorn_worker_start: line 16: exec: DB_AUTOMIGRATION=1: not found
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.