mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #587] [BUG] asynq cli ignore cluster param in config file #285
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#285
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 @khasanovbi on GitHub (Dec 17, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/587
Originally assigned to: @hibiken on GitHub.
@hibiken commented on GitHub (Dec 18, 2022):
It should be bound by these two lines:
github.com/hibiken/asynq@c08f142b56/tools/asynq/cmd/root.go (L320-L321)Would you mind verifying this bug?
@khasanovbi commented on GitHub (Dec 18, 2022):
I don't see that
viper.GetBool("cluster")used in code, instead of that flag used directly@hibiken commented on GitHub (Dec 19, 2022):
Ah, you're right. Thanks for filing this issue