2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 16:50:18 +08:00

fix build

This commit is contained in:
Ken Hibino 2021-03-11 06:33:47 -08:00
parent 3c7327e182
commit ea456741b6

View File

@ -218,10 +218,6 @@ func (r *RDB) dequeue(qnames ...string) (encoded string, deadline int64, err err
if deadline, err = cast.ToInt64E(data[1]); err != nil {
return "", 0, err
}
<<<<<<< HEAD
=======
fmt.Printf("debug: Returning msgjson=%s deadline=%d\n", encoded, deadline)
>>>>>>> ebeb409... Update RDB.Dequeue
return encoded, deadline, nil
}
return "", 0, ErrNoProcessableTask