Skip to content

Commit

Permalink
Merge pull request #39 from bitleak/fix/add-count-query-doc
Browse files Browse the repository at this point in the history
MOD: add count query in consume api doc
  • Loading branch information
git-hulk committed Jun 28, 2020
2 parents 385f301 + b01f75b commit b20aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/API.md
Expand Up @@ -130,7 +130,7 @@ NOTE: to consume multiple queues, `timeout` (seconds) must be specified.

- timeout: the longest to time to wait before a job is available (default: 0)
- ttr: time-to-run of the job in seconds, if the job is not delete in this period, it will be re-queued (default: 2 minutes)

- count: the number of tasks consumed most at one time (default: 1)
#### Response

- 200
Expand Down

0 comments on commit b20aea0

Please sign in to comment.