Skip to content

Commit

Permalink
#1963 - Remove Eventlet Gunicorn Worker (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan authored Aug 29, 2024
1 parent 7830639 commit 44a98e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fileignoreconfig:
- filename: app/notifications/process_notifications.py
checksum: ae4e31c6eb56d91ec80ae09d13baf4558cf461c65f08893b93fee43f036a17a7
- filename: poetry.lock
checksum: 43b04976e62c67768ce7a00ce7355f251a688d925b77c3e8ee32f967e7a6d053
checksum: ea749f7f430bf6095feda61a8db943cc12067b39adf510c3b684988791476a15
version: "1.0"
1 change: 0 additions & 1 deletion gunicorn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import traceback

workers = 4
worker_class = 'eventlet'
worker_connections = 256
bind = '0.0.0.0:{}'.format(os.getenv('PORT'))
accesslog = '-'
Expand Down
42 changes: 1 addition & 41 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Flask-JWT-Extended = "*"
flask-marshmallow = "*"
Flask-Migrate = "*"
Flask-SQLAlchemy = "*"
gunicorn = {extras = ["eventlet"], version = "*"}
gunicorn = "*"
iso8601 = "*"
itsdangerous = "*"
jsonschema = "*"
Expand Down

0 comments on commit 44a98e1

Please sign in to comment.