mirror of
https://github.com/hibiken/asynq.git
synced 2026-07-23 05:55:26 +08:00
Add RDB.RemoveQueue method
This commit is contained in:
@@ -264,7 +264,7 @@ func uniq(names []string, l int) []string {
|
||||
return res
|
||||
}
|
||||
|
||||
// sortByPriority returns the list of queue names sorted by
|
||||
// sortByPriority returns a list of queue names sorted by
|
||||
// their priority level in descending order.
|
||||
func sortByPriority(qcfg map[string]uint) []string {
|
||||
var queues []*queue
|
||||
|
||||
Reference in New Issue
Block a user