mirror of
https://github.com/hibiken/asynq.git
synced 2025-08-19 15:08:55 +08:00
fix: possible inconsistent scores between ProcessIn and ProcessAt (#876)
This commit is contained in:
@@ -556,11 +556,11 @@ func TestClientEnqueueWithGroupOption(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
desc: "With Group and ProcessIn options",
|
||||
desc: "With Group and ProcessAt options",
|
||||
task: task,
|
||||
opts: []Option{
|
||||
Group("mygroup"),
|
||||
ProcessIn(30 * time.Minute),
|
||||
ProcessAt(now.Add(30 * time.Minute)),
|
||||
},
|
||||
wantInfo: &TaskInfo{
|
||||
Queue: "default",
|
||||
|
Reference in New Issue
Block a user