mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #686] [BUG] Latest version of asynq breaks asynq CMD #2365
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abezzub on GitHub (Jul 10, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/686
Originally assigned to: @hibiken on GitHub.
Describe the bug
This is a follow up to https://github.com/hibiken/asynqmon/issues/302 I cannot use
cmdwith asynq:To Reproduce
After upgrading to Asynq 0.24.1 and Asynqmon 0.7.2 I am getting the error above when I am trying to build the app that uses https://github.com/hibiken/asynq/tree/master/tools/asynq. Looks like Redis v8 is still used here:
https://github.com/hibiken/asynq/blob/master/tools/asynq/cmd/root.go#L19
Environment (please complete the following information):
asynqpackage: 0.24.1@hibiken commented on GitHub (Jul 15, 2023):
@abezzub Thanks for reporting. PR welcome for this fix!