github coleifer/huey 3.1.0

latest releases: 3.1.1, 3.0.3
3 hours ago
  • Add first-class Postgres support: PostgresHuey. Workers use LISTEN/NOTIFY when a task is enqueued, giving Redis-like dequeue latency without polling, and dequeues use select ... for update skip locked so any number of consumers can share one database (requires psycopg 3.2+).
  • The django.tasks backend is now also compatible with the django-tasks backport package, extending support to pre-6.0 Django.
  • Use an explicit fork multiprocessing context for process workers, rather than setting the global start-method from the consumer entry-points. Fixes -k process on MacOS 3.8+ / Linux 3.14+ when the consumer is started via the huey_consumer console-script or a programmatic create_consumer().run().

View commits

Don't miss a new huey release

NewReleases is sending notifications on new releases.