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 6 of 10

0.5.7

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

- Add a ``schedule_id`` attribute to the job context for use in jobs that want
to know whether they were executed from a schedule or not.

0.5.6

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

- Some UnicodeDecodeError exceptions raised from jobs could trigger a
serialization failure (UntranslatableCharacter) because it would contain
the sequence ``\u0000 which, while valid in Python, is not allowed
in postgres. So when dealing with the raw bytes, we'll decode it with
the replacement character that can be properly stored. Not ideal, but
better than failing to store the error at all.

0.5.5

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

- Fixed some old code causing the worker lock to release after a job
completed.

0.5.4

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

- Log at the error level when marking a job as lost.

0.5.3

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

- Copy the ``schedule_id`` information to retried jobs.

0.5.2

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

- [breaking] Require ``call_schedule`` to accept an id instead of an object.

Page 6 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.