An open API service indexing awesome lists of open source software.

https://github.com/cloud-copilot/job

Async job runners with worker pools
https://github.com/cloud-copilot/job

Last synced: 2 months ago
JSON representation

Async job runners with worker pools

Awesome Lists containing this project

README

          

# Job

[![NPM Version](https://img.shields.io/npm/v/@cloud-copilot/job.svg?logo=nodedotjs)](https://www.npmjs.com/package/@cloud-copilot/job) [![MIT](https://img.shields.io/github/license/cloud-copilot/job)](LICENSE.txt) [![GuardDog](https://github.com/cloud-copilot/job/actions/workflows/guarddog.yml/badge.svg)](https://github.com/cloud-copilot/job/actions/workflows/guarddog.yml) [![Known Vulnerabilities](https://snyk.io/test/github/cloud-copilot/job/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/cloud-copilot/job?targetFile=package.json)

Functions and classes for running node tasks in parallel while controlling concurrency.

## License

MIT