[nodejs] Queue in NodeJS

2020-05-04 Thread Persis david
Hi All, I'm very new to the development field. I'm developing a web application using NodeJS(backend), Angular7 (frontend) and PSQL (DB). I have a requirement where I need to queue security scan requests (coming from ZAP APIs) submitted by users so that only a single scan is triggered at a time

Re: [nodejs] Queue in NodeJS

2020-05-04 Thread Aroh Sunday M
You can check Agenda. It works with mongo and is cool. But Bull is cool with lots of cool features. It depends on your requirements On Mon, May 4, 2020 at 7:38 PM Persis david wrote: > Hi All, > > I'm very new to the development field. I'm developing a web application > using NodeJS(backend), An

Re: [nodejs] Queue in NodeJS

2020-05-04 Thread Gerald Klein
Multiple requests of any kind usually can be controlled using some libraries debounce or throttle functionality Gerald Klein DBA j...@zognet.com 708-599-0352 On Mon, May 4, 2020 at 1:38 PM Persis david wrote: > Hi All, > > I'm very new to the development field. I'm developing a web application