Skip to content

Commit

Permalink
MOD: add count query in consume api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
李广博 committed Jun 28, 2020
1 parent 385f301 commit b01f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/API.md
Original file line number Diff line number Diff line change
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 b01f75b

Please sign in to comment.