Skip to content

Commit

Permalink
Merge pull request #148 from canonical/remove-gevent
Browse files Browse the repository at this point in the history
Gunicorn: Use sync workers instead of gevent
  • Loading branch information
samhotep authored Jun 13, 2024
2 parents 4db1684 + d492772 commit 1211690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ FLASK_APP=webapp.app flask db upgrade

# Start server
# ===
talisker.gunicorn.gevent webapp.app:app --bind $1 --workers 2 --worker-class gevent --name talisker-`hostname` ${DEBUG_ARGS}
talisker.gunicorn webapp.app:app --bind $1 --workers 2 --name talisker-`hostname` ${DEBUG_ARGS}

0 comments on commit 1211690

Please sign in to comment.