Supabase starter module
Background work
Runs follow-up database and service work with repeat-safe handling for retries.
- Files
- 2
- Lines
- 54
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/fulfillment/example-followup-job.ts
An example follow-up job; copy this file to create your own background work.
TypeScript
27 lines
src/fulfillment/run-job-once.ts
Runs background work once for each durable job ID, even when the caller retries.
TypeScript
27 lines