Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template result-storage
cd my-project
pnpm dev
Demonstrates job result storage and retrieval. Shows how job handlers return typed results that are automatically stored and accessible through events.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template result-storage
cd my-project
pnpm dev
On This Page