blog/how-to-run-background-jobs-on-vercel-without-a-queue #445
Replies: 1 comment
-
How do you handle retries if a background request fails? I faced similar issues, which led me to build a proper queue with a simple HTTP API for dispatching. Would love to know what you think: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/how-to-run-background-jobs-on-vercel-without-a-queue
I recently needed to figure out how to have my Vercel API route accept a new job and return a response immediately while still performing long running processing in the background. This is what I learned.
https://zackproser.com/blog/how-to-run-background-jobs-on-vercel-without-a-queue
Beta Was this translation helpful? Give feedback.
All reactions