-
Notifications
You must be signed in to change notification settings - Fork 8
Gunicorn
instance_class: F2
entrypoint: gunicorn -b :$PORT saleor.wsgi --timeout 120
automatic_scaling:
max_instances: 1opsi
entrypoint: gunicorn -b :$PORT saleor.wsgi --timeout 120 --threads 2 --log-level debug
--worker-class gthread --workers $((2 * $(getconf _NPROCESSORS_ONLN) + 1))https://pypi.org/project/gunicorn/
https://github.com/benoitc/gunicorn
http://docs.gunicorn.org/en/stable/run.html
http://rahmonov.me/posts/run-a-django-app-with-gunicorn-in-ubuntu-16-04/
This documentation is mapped under Mapping and licensed under Apache License, Version 2.0.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2018-2020 Chetabahana Project
You are on the wiki of our repo
- Site
- Main
- Project
- Pratinjau
- Pola Dasar
- Bagan Kerja
- Field Tutorial
- Cloud Site API
- Google Ads API
- Cloud Tasks API
- Google Trends API
- Basis Implementasi
- Beranda
- Perangkat
- Pasang Aplikasi
- Penyetelan Aplikasi
- Menyiapkan Frontend
- Menjalankan Backend API
- Menjalankan Toko


