upstash / redis-examples

Sample applications implemented with serverless Redis
integration-test-project.vercel.app
MIT License
127 stars 56 forks source link

Bump huey from 2.4.5 to 2.5.0 in /using-huey #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps huey from 2.4.5 to 2.5.0.

Changelog

Sourced from huey's changelog.

2.5.0

  • Check to ensure the gevent monkeypatch was applied when running the consumer with greenlet workers, log warning if it is not.
  • Explicitly clear the revoked flag on task instances after execution (#713). This will help reduce junk keys left in the storage if you attempt to revoke a task while it is executing.
  • Add support for delay=, eta= in Huey's .s() and .then() - this adds support for delaying or scheduling pipelines.
  • Add support for rescheduling callback pipelines when rescheduling a task. This is enabled by default (preserve_pipeline=True).
  • Add an on_commit_task() decorator for Django extension that will enqueue the task after any database changes have been committed. This eliminates a common race condition where a task is enqueued and executed before the corresponding database changes have been committed.
  • Allow overriding the delay and eta when raising a RetryTask exception. This provides finer-grained control over when a task should be retried.
  • Add a very simple ResultGroup.as_completed() helper to provide a way to deal with multiple results as they become available. Refs #746.
  • Add an asyncio helper for resolving task results asynchronously. Asyncio users can use await aget_result(result) or await aget_result_group(rg) to fetch a task result in non-blocking fashion.
  • Fix bug in SIGINT and SIGTERM behavior for gevent users.
  • Include lock name when a task fails due to TaskLocked exception (#757).

View commits

Commits
  • 4a377b2 2.5.0
  • 2dedbb3 Add importerror if gevent specified but not installed.
  • a8f85f5 Fix failing test.
  • fdbd988 Include lock name when task fails to execute due to TaskLocked.
  • 9cbf17e Run killall in a new greenlet.
  • 6284422 Forceably terminate greenlets with TERM signal.
  • 4180cbe Small examples to demonstrate slow cpu-bound tasks, export worker class.
  • 361e380 Add special INT handler for gevent, and fix TERM behavior as well.
  • 28b024b GitHub no longer supports python 2.x on actions.
  • e78778b Add short doc for new asyncio helpers.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
integration-test-project ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2023 5:19pm
nextjs-waiting-room ❌ Failed (Inspect) Sep 20, 2023 5:19pm