Skip to content

Commit

Permalink
Update src/content/docs/pipelines/sources/worker-bindings.md
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
maheshwarip and hyperlint-ai[bot] authored Oct 24, 2024
1 parent db9e181 commit ff13c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/pipelines/sources/worker-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Open your newly generated `wrangler.toml` configuration file and add the followi
Replace `<MY-PIPELINE-NAME>` with the name of the Pipeline you created in step 2. Next, replace `MY_PIPELINE` with the name you want for your `binding`. The binding must be a valid JavaScript variable name. This is the variable you will use to reference this queue in your Worker.

## 4. Write your Worker
You will now configure your Worker to send records to your Pipeline. Your worker will:
You will now configure your Worker to send records to your Pipeline. Your Worker will:

1. Take a request it receives from the browser
2. Transform the request to JSON
Expand Down

0 comments on commit ff13c8a

Please sign in to comment.