Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit cc061f9

Browse files
committed
Update readme
1 parent e2e911b commit cc061f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ function main(inputArray) {
2828
#### When should you use it?
2929

3030
Let's say that you have to load a huge csv file from disk or maybe s3 into memory, convert it into json chunks and do some procesing over it. If you're using (for example) a micro instance (which may already have some heavy processes running) then you only have limited amount of memory and after loading the entire csv file into memory you don't want your queue to use too much memory too. This is where queue manager helps you in pausing and waiting for your queue to clear up a bit before you start loading it again.
31+
32+
### License
33+
34+
<b>[MIT](https://github.com/kartik1998/async-queue-manager/blob/master/LICENSE) </b>

0 commit comments

Comments
 (0)