Skip to content

Commit

Permalink
fix: set worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 6, 2024
1 parent 227a46b commit 02d25f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .deploy/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"SERVICE_PORT": "REPLACE_IN_PIPELINE",
"MAIL_ENABLED": "REPLACE_IN_PIPELINE",
"STATIC_URL": "REPLACE_IN_PIPELINE",
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE"
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE",
"WORKERS": "REPLACE_IN_PIPELINE"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = "==0.24.0"
codeforlife = "==0.24.1"
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {version = "==0.24.0", extras = ["dev"]}
codeforlife = {version = "==0.24.1", extras = ["dev"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.

Expand Down
22 changes: 11 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02d25f7

Please sign in to comment.