packages/workers-shared/README.md
@cloudflare/workers-sharedThis is a package that is used at Cloudflare to power some internal features of Cloudflare Workers, as well as their open-source equivalents here in workers-sdk and Wrangler.
[!NOTE] Since code in this package is used by the Workers infrastructure, it is important that PRs are given careful review with regards to how they could cause a failure in production. Ideally, there should be comprehensive tests for changes being made to give extra confidence about the behavior.
asset-workerThe Asset Worker.
For more details please refer to the dedicated README file.
router-workerThe Router Worker.
For more details please refer to the dedicated README file.
Worker DeploymentRouter-worker and asset-worker are both version uploaded through the run deploy target in this package, which uploads a new version of these Workers.
There are two ways that the deploy script target can be invoked:
changesets workflow will execute whenever there is a release of @cloudflare/workers-sharedworkers-shared-deploy-production workflow. This workflow will upload new vesions of asset-worker and router-worker based on the code in the main branch. (Note, a duplicate version may be uploaded on the next workers-shared release, if there is an associated changeset)The pnpm deploy script should not be run manually.
Once new versions are uploaded (through either the manual workflow, or the changesets workflow), they can be safely deployed and monitored using Gradual Deployments through Health Mediated Deployments.