معرفی شرکت ها


django-pgmigrate-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Less downtime during migrations.
ویژگی مقدار
سیستم عامل -
نام فایل django-pgmigrate-1.0.1
نام django-pgmigrate
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Opus 10 Engineering
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/Opus10/django-pgmigrate
آدرس اینترنتی https://pypi.org/project/django-pgmigrate/
مجوز BSD-3-Clause
django-pgmigrate ################ ``django-pgmigrate`` helps you avoid costly downtime with Postgres migrations. Imagine the following happens: 1. A long-running task queries a model in a transaction and keeps the transaction open. 2. ``python manage.py migrate`` tries to change a field on the model. Because of how Postgres queues locks, this common scenario causes **every** subsequent query on the model to block until the query from 1) has finished. ``django-pgmigrate`` provides the following features to alleviate problematic locking scenarios when running migrations: * Detect blocking queries and terminate them automatically (the default behavior). * Print blocking queries so that you can inspect and terminate them manually. * Set the lock timeout so that migrations are terminated if they block too long. Installation ============ Install django-pgmigrate with:: pip3 install django-pgmigrate After this, add ``pgactivity``, ``pglock``, and ``pgmigrate`` to the ``INSTALLED_APPS`` setting of your Django project. Quick Start =========== After following the installation instructions, running ``python manage.py migrate`` will automatically terminate any blocking queries. Here's an example of what it looks like: .. image:: docs/static/terminate_blocking.png There are two additional outputs in the ``migrate`` command versus the original: 1. The first output line shows the Postgres process ID. This is useful for querying activity that's blocking the process. 2. The yellow text shows when a blocking query was detected and terminated. In our case, it was blocking auth migration 12. You can configure ``django-pgmigrate`` to show blocked queries instead of automatically killing them, and you can also set the lock timeout to automatically cancel migrations if they block for too long. See the documentation section below for more details. Compatibility ============= ``django-pgmigrate`` is compatible with Python 3.7 - 3.10, Django 2.2 - 4.1, and Postgres 10 - 15. Documentation ============= `View the django-pgmigrate docs here <https://django-pgmigrate.readthedocs.io/>`_ to learn more about: * How blocking queries are automatically terminated. * Configuring the command to show blocking activity instead of terminating it, along with instructions on how to manually view and terminate activity. * Configuring lock timeouts to automatically stop migrations if they block for too long. * Advanced usage such as creating custom actions to run when queries are blocked. Contributing Guide ================== For information on setting up django-pgmigrate for development and contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_. Primary Authors =============== - `Wes Kendall <https://github.com/wesleykendall>`__ - `Paul Gilmartin <https://github.com/PaulGilmartin>`__


نیازمندی

مقدار نام
>=2 django
>=1.1.0,<2 django-pglock
>=4) importlib_metadata


زبان مورد نیاز

مقدار نام
>=3.7.0,<4 Python


نحوه نصب


نصب پکیج whl django-pgmigrate-1.0.1:

    pip install django-pgmigrate-1.0.1.whl


نصب پکیج tar.gz django-pgmigrate-1.0.1:

    pip install django-pgmigrate-1.0.1.tar.gz