Next.js Discord

Discord Forum

How to Set Up a Queue on the Serverless Setup

Unanswered
ASittingDuck posted this in #help-forum
Open in Discord
We are needing to have an import for data into the app. The process could have hundreds of potential records in the CSV. We need to be able to queue out the records so that they can be imported in a non-performance detracting way. I have been searching online and I know I need to get a service that will act as the queue and run requests to my app's endpoints. But I don't know which service to choose. can I have some reccomendations because I thought QStash would be a good candidate until I looked at the docs for it and couldn't figure out how to schedule out the requests if I sent over a CSV of the contacts to import for example.

0 Replies