2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-03 05:12:01 +08:00

Remove stale field in processor struct

This commit is contained in:
Ken Hibino
2020-01-08 20:50:22 -08:00
parent 718336ff44
commit 390eb13149
3 changed files with 1 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ func (r *RDB) Enqueue(msg *base.TaskMessage) error {
}
// Dequeue queries given queues in order and pops a task message if there
// is one and returns it. If all queues are empty, ErrNoProcessableTask
// is one and returns it. If all queues are empty, ErrNoProcessableTask
// error is returned.
func (r *RDB) Dequeue(qnames ...string) (*base.TaskMessage, error) {
var keys []string