----------------
- [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