Skip to content

Commit

Permalink
Merge pull request #1821 from HHS/devops-chris-patch-1
Browse files Browse the repository at this point in the history
chore: Added comment
  • Loading branch information
devops-chris authored Dec 20, 2023
2 parents 4376bd0 + 069e7ab commit ebea6c0
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 ebea6c0

Please sign in to comment.