DEV Community

Discussion on: Best Practices to upload more than 100K PDFs through REST API

Collapse
 
barakplasma profile image
Michael Salaverry

Try using a queue to schedule the work. Something like npmjs.com/package/p-queue which supports retry logic and is event driven.