mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
Fix cli build
This commit is contained in:
parent
a38f628f3b
commit
e236d55477
@ -61,7 +61,7 @@ func workers(cmd *cobra.Command, args []string) {
|
|||||||
if x.Started != y.Started {
|
if x.Started != y.Started {
|
||||||
return x.Started.Before(y.Started)
|
return x.Started.Before(y.Started)
|
||||||
}
|
}
|
||||||
return x.ID.String() < y.ID.String()
|
return x.ID < y.ID
|
||||||
})
|
})
|
||||||
|
|
||||||
cols := []string{"Process", "ID", "Type", "Payload", "Queue", "Started"}
|
cols := []string{"Process", "ID", "Type", "Payload", "Queue", "Started"}
|
||||||
|
Loading…
Reference in New Issue
Block a user