Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pubsub: run consumer in-parallel locally #869

Merged
merged 1 commit into from Sep 1, 2023

Conversation

boxofrad
Copy link
Contributor

Fixes a bug in the local pub/sub consumer where MaxConcurrency wasn't being honored locally because we were only running a single NSQ handler goroutine.

Fixes a bug in the local pub/sub consumer where `MaxConcurrency` wasn't
being honored locally because we were only running a single NSQ handler
goroutine.
@encore-cla
Copy link

encore-cla bot commented Aug 24, 2023

All committers have signed the CLA.

@github-actions
Copy link

Test Results

720 tests  ±0   717 ✔️ ±0   5m 16s ⏱️ +2s
223 suites ±0       3 💤 ±0 
    2 files   ±0       0 ±0 

Results for commit 85da51c. ± Comparison against base commit a04e68b.

@DomBlack DomBlack merged commit fac1018 into encoredev:main Sep 1, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants