Skip to content

Commit

Permalink
4 workers fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 12, 2023
1 parent b018d3b commit dbf8cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs = {
eb_env_namespace = "mentorpal"
eb_env_stage = local.env
eb_env_name = "sbert"
eb_env_instance_type = "c6i.xlarge" # compute-optimized, 120$/month, a1.2xlarge, c6i.xlarge
eb_env_instance_type = "c6i.2xlarge" # compute-optimized, 120$/month, a1.2xlarge, c6i.xlarge
enable_alarms = true
slack_channel = "ls-alerts-qa"
slack_username = "uscictlsalerts"
Expand Down
2 changes: 1 addition & 1 deletion server/gunicorn_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# https://docs.gunicorn.org/en/stable/settings.html#workers
# import multiprocessing

workers = 3
workers = 4

# limit max clients at the time to prevent overload:
worker_connections = 150
Expand Down

0 comments on commit dbf8cb5

Please sign in to comment.