Skip to content

Update dependency huey to v3.1.1#2435

Merged
berendt merged 1 commit into
mainfrom
renovate/huey-3.x
Jul 6, 2026
Merged

Update dependency huey to v3.1.1#2435
berendt merged 1 commit into
mainfrom
renovate/huey-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
huey (changelog) ==3.0.3==3.1.1 age confidence

Release Notes

coleifer/huey (huey)

v3.1.1

Compare Source

  • Ensure we use a safe name for long postgres queue names. PG has a 63 byte
    limit on the channel name.
  • Ensure recycled worker threads no longer leak their LISTEN connections
    w/Postgres.

View commits

v3.1.0

Compare Source

  • 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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot added the renovate label Jul 5, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Bot Board Jul 5, 2026
@berendt berendt merged commit d8b7fc6 into main Jul 6, 2026
4 checks passed
@berendt berendt deleted the renovate/huey-3.x branch July 6, 2026 06:36
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Bot Board Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants