Breaking changes
-
Rename PostgresConnector into AiopgConnector (#225):
The class
PostgresConnector
becameAiopgConnector
. The only change is the name.
Migrations
Features
-
Add notion of "queueing lock" (#219):
Queueing locks can ensure periodic jobs do not accumulate in the queue: at any given time, only a single job with a given queueing lock can be waiting.
See https://procrastinate.readthedocs.io/en/latest/howto/cron.html#launch-a-task-periodically
Documentation
- Fix PostgreSQL docker example in quickstart doc (#230) (Thanks @tmartinfr!)
Miscellaneous
- Code improvements around Procrastinate Admin module (#224)