Update dependency huey to v3.3.0#2519
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.2.1→==3.3.0Release Notes
coleifer/huey (huey)
v3.3.0Compare Source
retry_backoffparameter totask()andperiodic_task(). The firstretry waits
retry_delayseconds and each subsequent delay is multiplied byretry_backoff, giving exponentially-growing waits between retries.create_tables=False, which crashedSqliteHueyat connect and wassilently ignored by the peewee
SqlHuey.SqlStoragealso gainsinitialize_schema()so thecreate_huey_tablescommand supports it.FileStorageby truncating to int. Previouslythey raised a TypeError.
ResultTimeoutfrom blockingResult.get()when the wait ends w/o anobtainable result, e.g. a dropped connection. Previously the internal
EmptyDatasentinel could be returned.retry_backoffwhen a task is rescheduled viaResult.reschedule().works on
RedisExpireHueywhere destructive reads do not remove data.scheduled_items()that returned limit+1items.
SqlHueycounter methods, which run inthe consumer via chords and rate limits.
TaskLock.__enter__(), sowith huey.lock_task('x') as lock:binds the lock instead of None.init issued an INFO round-trip.
ukt CI dependency.
backend_classalias forhuey_class(deprecated since2.0) and the Django <1.2
settings.DATABASE_NAMEqueue-name fallback.failed, revoked, or expired stage now contributes for the member, where
previously the chord counter stayed short and the callback never ran.
CySqliteHuey, which drives the sqlite storage w/cysqliteinstead ofthe stdlib
sqlite3module and takes an open-endedpragmasdict in placeof a fixed set of tuning parameters.
View commits
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.