2.1.2
- Updated Docker images.
- Do not use
multiprocessing.cpu_count() * 2 + 1
to calculate the number of workers used by Gunicorn as this could lead to some issues as running in a Docker container (see https://bugs.python.org/issue36054).
multiprocessing.cpu_count() * 2 + 1
to calculate the number of workers used by Gunicorn as this could lead to some issues as running in a Docker container (see https://bugs.python.org/issue36054).