Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 NextJS、Prisma、GraphQL-Yoga 堆栈中安排作业?
想想Airbnb类型的支出。
当客人预订主人的财产时,工作计划在一段时间后发出付款。
对于 MeteorJS,我使用了 Steve Jobs 包。
您无法使用 Prisma 安排作业,它是您的数据层。
“如何在 NextJS、GraphQL Yoga 堆栈中安排作业”的答案与“如何在 NextJS、Express 堆栈中安排作业”的答案相同,因此它是一个普遍的问题,而不是特定于 Prisma 的问题。
通过一些快速的谷歌搜索,我发现了这个:
https://scotch.io/tutorials/nodejs-cron-jobs-by-examples