-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(batchqueue): increase default maximum queue size and remove glob…
…al configuration parameter (#10271) We don't want to support this parameter going forward as we're going to re-implement the queue system. This change hard-codes the queue limit to a value that would be considered "large enough". We added an undocumented environment variable serves to help users who require a different limit on the maximum size of queues. A proper solution is under development and this undocumented environment variable will only exist until the reimplementation has been released Co-authored-by: Datong Sun <datong.sun@konghq.com>
- Loading branch information
1 parent
4205881
commit 989b23e
Showing
4 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
989b23e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:989b23e4af138162cf1109c6b5f37d79084a5bc1
Artifacts available https://github.com/Kong/kong/actions/runs/4145546168