Loading src/nbi/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading
src/nbi/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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"]