Commit 08244e95 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Increased workers to 8
parent 6098db50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,4 +94,4 @@ COPY src/tests/tools/mock_osm/. tests/tools/mock_osm/

# Start the service
# NOTE: Configured single worker to prevent issues with multi-worker synchronization. To be invetsigated.
ENTRYPOINT ["gunicorn", "--workers", "1", "--worker-class", "eventlet", "--bind", "0.0.0.0:8080", "nbi.service.app:app"]
ENTRYPOINT ["gunicorn", "--workers", "8", "--worker-class", "eventlet", "--bind", "0.0.0.0:8080", "nbi.service.app:app"]