How to Handle Historical Email Sync Efficiently?
Unanswered
Falah posted this in #help-forum
FalahOP
The problem :
I'm trying to build a web app similar to email clients - so i will also need to sync the previous emails of the users into db (consider there's an encryption added on the api layer).
tech stack : Next.js 14 app router, Prisma and Neon DB, deployed on Vercel.
considering the serverless functions timout issue and other limitations, what are the solutions we are talking about here.
I'm trying to build a web app similar to email clients - so i will also need to sync the previous emails of the users into db (consider there's an encryption added on the api layer).
tech stack : Next.js 14 app router, Prisma and Neon DB, deployed on Vercel.
considering the serverless functions timout issue and other limitations, what are the solutions we are talking about here.