Opened 6 years ago
Closed 6 years ago
#26 closed task (fixed)
using gunicorn to start
| Reported by: | zhangjr | Owned by: | zhangjr |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
gunicorn --workers=4 --worker-class=eventlet --bind 0.0.0.0:5004 wsgi:app
gunicorn --workers=4 -k sync --bind 0.0.0.0:5004 wsgi:app
Subtickets
Child Tickets
Change History (3)
comment:1 Changed 6 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from new to assigned
comment:2 Changed 6 years ago by zhangjr
comment:3 Changed 6 years ago by zhangjr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

export FLASK_APP=wsgi.py
export FLASK_DEBUG=1
export APP_CONFIG_FILE=config.py
flask run