mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #438] asynq tools not installing #197
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#197
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 @jubel8180-cloudly on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/438
Originally assigned to: @hibiken on GitHub.
after providing this command
go get -u github.com/hibiken/asynq/tools/asynq
show me this output
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
@hibiken commented on GitHub (Apr 22, 2022):
Thanks for opening an issue! Did you encounter any issues when installing the executable binary? Or is this more of a documentation bug?
@cspyb commented on GitHub (Apr 22, 2022):
I double check my testing env, it's my fault here.
I make the Unit testing in a redis running with worker ready.
the worker will change the task's status or consume the task which produced by Unit testing
that will make the cases failed.
@hibiken commented on GitHub (Apr 22, 2022):
@cspyb I'm guessing that your comment is meant for issue #436?