Closed kanzihuang closed 6 months ago
Attention: Patch coverage is 91.66667%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 68.85%. Comparing base (
8df0bfa
) to head (07d2722
). Report is 2 commits behind head on master.:exclamation: Current head 07d2722 differs from pull request most recent head 8f93c46. Consider uploading reports for the commit 8f93c46 to get more accurate results
Files | Patch % | Lines |
---|---|---|
internal/rdb/rdb.go | 66.66% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I hope this PR can be merged quickly. The current priority queue cannot accurately control the number of consumers in different queues. ☺️
@kanzihuang @kamikazechaser This PR is closed. Is there any chance for it to be merged into Master? This is a very important feature.
See #850 #852 #856 #903
// Config specifies the server's background-task processing behavior. type Config struct { // Maximum number of concurrent tasks of a queue. // // If set to a zero or not set, NewServer will not limit concurrency of the queue. QueueConcurrency map[string]int }