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

Commit d9d5b8f

Browse files
committed
Update readme
1 parent b4f68ba commit d9d5b8f

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
@@ -24,3 +24,7 @@ function main(inputArray) {
2424
}
2525
}
2626
```
27+
28+
#### When should you use it?
29+
30+
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.

0 commit comments

Comments
 (0)