Skip to content

Update dependency huey to v3#2323

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/huey-3.x
Open

Update dependency huey to v3#2323
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/huey-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 2026

This PR contains the following updates:

Package Change Age Confidence
huey (changelog) ==2.6.0==3.0.1 age confidence

Release Notes

coleifer/huey (huey)

v3.0.1

Compare Source

  • Fix bug in redis version parsing when using Elasticache or any other that
    sends major/minor. redis-py incorrectly parses these as floats because
    there's only a single decimal, so the version check was breaking.
  • Rename max task option --max-tasks (previously was --max_tasks).

View commits

v3.0.0

Compare Source

  • Add chord() (map -> reduce) and group() (map) primitives.
  • Add timeout (using SIGALRM for process and gevent.Timeout for greenlet) to
    control task running time. For threads, unfortunately, there's no good
    mechanism so instead APIs for cooperatively checking timeout are provided on
    the Task instance.
  • Add simple fixed-window rate_limit() for tasks.
  • Add Result.is_ready() method for checking result readiness.
  • New option for low-latency result fetching, available for RedisHuey. To use,
    pass notify_result=True when initializing your Huey instance.
  • Add new incr(key, amount=1) to storage API for atomic increment primitive.
    This is used by chord().
  • Add new wait_result() method to storage APIs for efficiently waiting for a
    result to become ready. The default implementation uses the exponential
    backoff from the previous implementation of a blocking Result.get() - so no
    changes are needed. However if you have a custom storage implementation, this
    provides a mechanism for pub/sub or other notification of result readiness.
  • Remove Python 2.x compatibility.

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.

@renovate renovate Bot added the renovate label Jun 2, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Bot Board Jun 2, 2026
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/huey-3.x branch from 5ee033d to c1f397f Compare June 2, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant