Skip to content

Commit

Permalink
fix: uwsgi workers not starting properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Faraz32123 committed Oct 22, 2024
1 parent c72ffd8 commit 4c559d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BugFix] Uwsgi workers wasn't starting properly using `UWSGI_WORKERS` flag, passing the value directly fixes the issue. (by @Faraz32123)
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ CMD ["uwsgi", \
"--thunder-lock", \
"--single-interpreter", \
"--enable-threads", \
"--processes=${UWSGI_WORKERS:-2}", \
"--processes=2", \
"--buffer-size=8192", \
"--wsgi-file", "credentials/wsgi.py"]

0 comments on commit 4c559d5

Please sign in to comment.