Skip to content

Bump github.com/hibiken/asynq from 0.9.2 to 0.14.1#40

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hibiken/asynq-0.14.1
Open

Bump github.com/hibiken/asynq from 0.9.2 to 0.14.1#40
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hibiken/asynq-0.14.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps github.com/hibiken/asynq from 0.9.2 to 0.14.1.

Release notes

Sourced from github.com/hibiken/asynq's releases.

v0.14.0

IMPORANT This release includes a breaking change, please install the latest version of CLI and run asynq migrate command.

Changed

  • Renamed DeadTask to ArchivedTask.
  • Renamed the operation Kill to Archive in Inpsector.
  • Print stack trace when Handler panics.
  • Includes a file name and a line number in the error message when recovering from a panic.

Added

  • DefaultRetryDelayFunc is now a public API, which can be used in the custom RetryDelayFunc.
  • SkipRetry error is added to be used as a return value from Handler.
  • Servers method is added to Inspector
  • CancelActiveTask method is added to Inspector.
  • ListSchedulerEnqueueEvents method is added to Inspector.
  • SchedulerEntries method is added to Inspector.
  • DeleteQueue method is added to Inspector.

v0.13.1

Fixed

  • Fixed shutdown timeout in processor. Shutdown timeout can be configured in Config.ShutdownTimeout and defaults to 8s if not specified.

v0.13.0

Version 0.13.0 Adds Scheduler type for Periodic tasks

Added

  • Scheduler type is added to enable periodic tasks. See the godoc for its APIs and wiki for the getting-started guid

Changed

  • The interface Option has changed. See the godoc for the new interface. This would have no impact as long as you were using the exported functions to create Option (e.g. MaxRetry, Queue, etc)

v0.12.0

Version 0.12.0 adds support for Redis Cluster and includes a number of breaking changes.

IMPORTANT: If you are upgrading from a previous version, please install the latest version of the CLI go get -u github.com/hibiken/asynq/tools/asynq and run asynq migrate command. No process should be writing to Redis while you run the migration command.

The semantics of queue have changed

Previously, we called tasks that are ready to be processed "Enqueued tasks", and other tasks that are scheduled to be processed in the future "Scheduled tasks", etc. We changed the semantics of "Enqueue" slightly; All tasks that client pushes to Redis are Enqueued to a queue. Within a queue, tasks will transition from one state to another. Possible task states are:

  • Pending: task is ready to be processed (previously called "Enqueued")
  • Active: tasks is currently being processed (previously called "InProgress")
  • Scheduled: task is scheduled to be processed in the future
  • Retry: task failed to be processed and will be retried again in the future
  • Dead: task has exhausted all of its retries and stored for manual inspection purpose

... (truncated)

Changelog

Sourced from github.com/hibiken/asynq's changelog.

[0.14.1] - 2021-01-19

Fixed

  • go.mod file for CLI

[0.14.0] - 2021-01-14

IMPORTATNT: Please run asynq migrate command to migrate from the previous versions.

Changed

  • Renamed DeadTask to ArchivedTask.
  • Renamed the operation Kill to Archive in Inpsector.
  • Print stack trace when Handler panics.
  • Include a file name and a line number in the error message when recovering from a panic.

Added

  • DefaultRetryDelayFunc is now a public API, which can be used in the custom RetryDelayFunc.
  • SkipRetry error is added to be used as a return value from Handler.
  • Servers method is added to Inspector
  • CancelActiveTask method is added to Inspector.
  • ListSchedulerEnqueueEvents method is added to Inspector.
  • SchedulerEntries method is added to Inspector.
  • DeleteQueue method is added to Inspector.

[0.13.1] - 2020-11-22

Fixed

  • Fixed processor to wait for specified time duration before forcefully shutdown workers.

[0.13.0] - 2020-10-13

Added

  • Scheduler type is added to enable periodic tasks. See the godoc for its APIs and wiki for the getting-started guide.

Changed

  • interface Option has changed. See the godoc for the new interface. This change would have no impact as long as you are using exported functions (e.g. MaxRetry, Queue, etc) to create Options.

Added

  • Payload.String() string method is added
  • Payload.MarshalJSON() ([]byte, error) method is added

... (truncated)

Commits
  • 2884044 v0.14.1
  • 3719fad Update asynq version in go.mod for toolings
  • 42c7ac0 v0.14.0
  • d331ff0 Minor doc fixes
  • ccb6828 Export DefaultRetryDelayFunc
  • 7c3ad9e Update CHANGELOG
  • ea23db4 Update migrate command to move all dead tasks to the new archived zset
  • 00a25ca Rename DeadTask to ArchivedTask and action "kill" to "archive"
  • 7235041 Add SkipRetry error to be used as a return value from Handler
  • a150d18 Include file and line number info in the error generated from a panic
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/hibiken/asynq](https://github.com/hibiken/asynq) from 0.9.2 to 0.14.1.
- [Release notes](https://github.com/hibiken/asynq/releases)
- [Changelog](https://github.com/hibiken/asynq/blob/master/CHANGELOG.md)
- [Commits](hibiken/asynq@v0.9.2...v0.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants