Skip to content

Commit

Permalink
Merge pull request #1832 from HHS/devops-chris-patch-1
Browse files Browse the repository at this point in the history
chore: Verifying action changes
  • Loading branch information
devops-chris authored Dec 26, 2023
2 parents 8d2e239 + 20a2f2a commit 41cac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.ops-api
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ENV PYTHONUNBUFFERED=1
ENV FLASK_APP=ops_api.ops
ENV FLASK_DEBUG=true

## This is to attempt fixing the worker issues --
## 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 41cac48

Please sign in to comment.