Search code examples
jobsjob-schedulingprismaprisma-graphql

Job Scheduling Prisma


How to schedule jobs in a NextJS, Prisma, GraphQL-Yoga stack?

Think Airbnb-type payouts.

When a guest books host’s property a job is scheduled to issue payout after a certain period of time.

For MeteorJS I used Steve Jobs package.


Solution

  • You cannot schedule jobs with Prisma, it is your data layer.

    The answer to "How to schedule jobs in a NextJS, GraphQL Yoga stack" is the same as the answer to "How to schedule jobs in a NextJS, Express stack", so it's more a general question than specific to Prisma.

    With some quick googling I found this:

    https://scotch.io/tutorials/nodejs-cron-jobs-by-examples