Python
  • Initial page
  • Skills & Concept
    • Function
    • Generator
    • Class
    • Asyncio
    • Interface
    • Decorator
    • Maxin
    • Abstract Base Class
    • MemoryView
  • Magic methods
    • What is Magic Methods?
  • Data Structure
    • Data Structure in Python
    • List & Tuple
    • Named Tuples
    • Slicing in Sequence
    • Queue & Dequeue
    • Ordered Dict
    • Linked list
  • Writing Test Case
    • How to write Test case
    • Testing a Flask End-point
  • Libraries
    • Flask and Gunicorn
      • Flask JWT
      • Flask Limiter
      • Flask Rest
Powered by GitBook
On this page

Was this helpful?

  1. Libraries

Flask and Gunicorn

PreviousTesting a Flask End-pointNextFlask JWT

Last updated 6 years ago

Was this helpful?

Production with Gunicorn

gunicorn -w 1 -k gevent main:app -b 0.0.0.0:5000 --max-requests 1000 --max-requests-jitter 800

Reference:

Gunicorn – max requests