Skip to content

upstash/qstash-workflow-example-cloudflare-workers-hono

Repository files navigation

QStash Workflow Cloudflare Workers Example (with Hono)

This is an example of how to use QStash Workflow with Cloudflare Workers with Hono router. You can learn more in Workflow documentation for Hono.

Deploy to Cloudflare Workers

Development

Tip

You can use the bootstrap.sh script to run this example with a local tunnel.

Simply set the environment variables as explained below and run the following command in the qstash-js/examples/workflow directory:

bash bootstrap.sh cloudflare-workers-hono
  1. Install the dependencies
npm install
  1. Get the credentials from the Upstash Console and add them to the .dev.vars file.
QSTASH_URL=
QSTASH_TOKEN=
  1. Open a local tunnel to port of the development server
ngrok http 3001

Also, set the UPSTASH_WORKLFOW_URL environment variable to the public url provided by ngrok.

  1. Run the development server
npm run dev
  1. Send a POST request to the /workflow endpoint.
curl -X POST "http:localhost:3001/workflow" -d '{"text": "hello world!"}'

Deployment

You can use wrangler to deploy the project to Cloudflare Workers.

npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published