Psycopg2-mq

Latest version: v0.13.5

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.5.1

------------------

- [model migration] Drop the ``UNIQUE`` constraint on the background job
``lock_id`` column.

0.5

----------------

- [model migration] Add a scheduler model with support for emitting periodic
jobs based on RRULE syntax.
See https://github.com/mmerickel/psycopg2_mq/pull/11

- Enable the workers to coordinate on a per-queue basis who is in control
of scheduling jobs.
See https://github.com/mmerickel/psycopg2_mq/pull/12

- Reduce the number of advisory locks held from one per job to one per worker.
See https://github.com/mmerickel/psycopg2_mq/pull/12

0.4.5

------------------

- Use column objects in the insert statement to support ORM-level synonyms,
enabling the schema to have columns with different names.

0.4.4

------------------

- Ensure the advisory locks are released when a job completes.

0.4.3

------------------

- Ensure maintenance (finding lost jobs) always runs at set intervals defined
by the ``timeout`` parameter.

0.4.2

------------------

- Recover active jobs when the connection is lost by re-locking them
and ensuring they are marked running.

Page 7 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.