Skip to content

Commit

Permalink
Ad escape for GroupTaskCount in README
Browse files Browse the repository at this point in the history
  • Loading branch information
charleswhchan committed Oct 8, 2019
1 parent 4850354 commit f85e51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -478,7 +478,7 @@ type Signature struct {

`ETA` is a timestamp used for delaying a task. if it's nil, the task will be published for workers to consume immediately. If it is set, the task will be delayed until the ETA timestamp.

`GroupUUID`, GroupTaskCount are useful for creating groups of tasks.
`GroupUUID`, `GroupTaskCount` are useful for creating groups of tasks.

`Args` is a list of arguments that will be passed to the task when it is executed by a worker.

Expand Down

0 comments on commit f85e51e

Please sign in to comment.