Skip to content

Commit

Permalink
chore: Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris authored Dec 20, 2023
1 parent 4376bd0 commit 069e7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile.ops-api
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ ENV PYTHONUNBUFFERED=1
ENV FLASK_APP=ops_api.ops
ENV FLASK_DEBUG=true

## This is to attempt fixing the worker issues
CMD ["python", "-m", "gunicorn", "--timeout", "1000", "--workers", "1", "--threads", "4", "-b", ":8080", "ops_api.ops:create_app()"]
## --timeout 1000 --workers 1 --threads 4

0 comments on commit 069e7ab

Please sign in to comment.