Background jobs in Next.js are always a hassle, sacrificing the developer experience or the reliability, but there is a way you can have both! #nextjs #queues #serverless #typescript Code: https://github.com/getproductstack/jobs Article: https://ryantbrown.me/articles/simple... Timestamps: 00:00 - What background processing is 00:36 - Why process in the background 01:15 - The problem with serverless 01:39 - Introducing Upstash QStash 02:20 - QStash example 03:10 - Developer experience 04:00 - Jobs as first class objects 05:53 - Dynamic route handler 06:25 - Using our new jobs 06:49 - Conclusion