Jobs Define Job

Add or migrate background jobs with defineJob, register them in jobLoaders, and dispatch via job.dispatch/dispatchBatch instead of qstash.publishJSON to a cron URL. Use when adding a QStash worker, converting a POST /api/cron route into a job, or when the user mentions defineJob, job handlers, /api/jobs/process, or background jobs.

dubinc Updated

File contents

dubinc/dub/tree/main/.agents/skills/jobs-define-job commit 36388828d8

Frequently asked questions

npx skillmds@latest add dubinc/jobs-define-job