Update client to store groupKey under TaskMessage

This commit is contained in:
Ken Hibino
2022-03-06 05:53:59 -08:00
parent 401f7fb4fe
commit 4e8885276c
2 changed files with 3 additions and 0 deletions

View File

@@ -375,6 +375,7 @@ func (c *Client) EnqueueContext(ctx context.Context, task *Task, opts ...Option)
Deadline: deadline.Unix(),
Timeout: int64(timeout.Seconds()),
UniqueKey: uniqueKey,
GroupKey: opt.groupKey,
Retention: int64(opt.retention.Seconds()),
}
now := time.Now()