Skip to content

🐛 Fix unintentionally removing the default queue concurrency#372

Merged
wwilsman merged 1 commit intomasterfrom
ww/fix-core-queue-undefined-concurrency
Jun 17, 2021
Merged

🐛 Fix unintentionally removing the default queue concurrency#372
wwilsman merged 1 commit intomasterfrom
ww/fix-core-queue-undefined-concurrency

Conversation

@wwilsman
Copy link
Copy Markdown
Contributor

What is this?

With recent changes from #369, when config.discovery.concurrency is not defined, it is still being set on the queue causing the default of 5 to be removed. This enables infinite concurrency which is not what we want since it causes a huge slowdown as more and more resources are consumed in parallel

@wwilsman wwilsman added the 🐛 bug Something isn't working label Jun 17, 2021
@wwilsman wwilsman requested a review from Robdel12 June 17, 2021 17:14
Copy link
Copy Markdown
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This enables infinite concurrency which is not what we want since it causes a huge slowdown as more and more resources are consumed in parallel

🏖️ 🏀 hahahah

🏁

@wwilsman wwilsman enabled auto-merge (squash) June 17, 2021 17:17
@wwilsman wwilsman merged commit 1536bda into master Jun 17, 2021
@wwilsman wwilsman deleted the ww/fix-core-queue-undefined-concurrency branch June 17, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants