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

feat(utils): add process-queue #488

Merged
merged 1 commit into from
Apr 23, 2021
Merged

feat(utils): add process-queue #488

merged 1 commit into from
Apr 23, 2021

Conversation

tripodsan
Copy link
Contributor

adds a new util to process a queue asynchronously with a defined concurrency level.
i used to copy paste this function many times but finally decided to donate it to shared.

@github-actions
Copy link

This PR will trigger a minor release when merged.

@codecov
Copy link

codecov bot commented Apr 23, 2021

Codecov Report

Merging #488 (33e4a06) into main (499c6f1) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #488      +/-   ##
==========================================
+ Coverage   98.91%   98.92%   +0.01%     
==========================================
  Files          27       28       +1     
  Lines        1292     1306      +14     
  Branches      290      294       +4     
==========================================
+ Hits         1278     1292      +14     
  Misses         14       14              
Impacted Files Coverage Δ
src/index.js 100.00% <100.00%> (ø)
src/process-queue.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4a2bd8...33e4a06. Read the comment docs.

@tripodsan tripodsan merged commit bc763a4 into main Apr 23, 2021
@tripodsan tripodsan deleted the add-process-queue branch April 23, 2021 08:43
adobe-bot pushed a commit that referenced this pull request Apr 23, 2021
# [7.27.0](v7.26.3...v7.27.0) (2021-04-23)

### Features

* **utils:** add process-queue ([#488](#488)) ([bc763a4](bc763a4))
@adobe-bot
Copy link

🎉 This PR is included in version 7.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants