Skip to content

Commit ba24de8

Browse files
Update src/content/changelog/workers/2025-09-03-new-workers-api.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 524fe5a commit ba24de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-09-03-new-workers-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl -X PUT "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/s
3232

3333
```
3434

35-
This structure works great for conveniently creating a Worker, uploading all of its code, and deploying it immediately -- but came with its own problems, such as:
35+
This API worked for creating a basic Worker, uploading all of its code, and deploying it immediately but came with challenges:
3636

3737
- **A Worker couldn't exist without code**: To create a Worker, you had to upload its code in the same operation. While this doesn't pose a problem for smaller teams, this prevented platform teams in larger organizations from provisioning Workers with the proper settings, and then handing them off to development teams to deploy the actual code.
3838

0 commit comments

Comments
 (0)