Skip to content

Commit

Permalink
Update changelog/unreleased/kong/feat-queue-concurrency-limit.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Hu <6426329+outsinre@users.noreply.github.com>
  • Loading branch information
vm-001 and outsinre authored Aug 13, 2024
1 parent eeb6406 commit ff1a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/feat-queue-concurrency-limit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
Added a new configuration `concurrency_limit`(integer, default to 1) for Queue to specify the number of delivery timers.
Note that setting concurrency_limit to -1 means no limit, and each HTTP Log will create a individual timer to send.
Note that setting `concurrency_limit` to `-1` means no limit at all, and each HTTP log entry would create an individual timer for sending.
type: feature
scope: Core

0 comments on commit ff1a7e1

Please sign in to comment.