Skip to content

Commit a137188

Browse files
authored
Add changelog entry for Workers for Platforms synchronous uploads (#20117)
1 parent 8ac8e62 commit a137188

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
120 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Workers for Platforms - Instant dispatch for newly created User Workers
3+
description: Newly uploaded user Worker scripts are now immediately available for dispatch upon a successful API response.
4+
products:
5+
- workers-for-platforms
6+
date: 2025-02-20T17:00:00Z
7+
---
8+
9+
[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/) is an architecture wherein a centralized [dispatch Worker](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/#dynamic-dispatch-worker) processes incoming requests and routes them to isolated sub-Workers, called [User Workers](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/#user-workers).
10+
11+
![Workers for Platforms Requests](~/assets/images/changelog/workers-for-platforms/wfp-request.png)
12+
13+
Previously, when a new User Worker was uploaded, there was a short delay before it became available for dispatch. This meant that even though an API request could return a 200 OK response, the script might not yet be ready to handle requests, causing unexpected failures for platforms that immediately dispatch to new Workers.
14+
15+
**With this update, first-time uploads of User Workers are now deployed synchronously**. A 200 OK response guarantees the script is fully provisioned and ready to handle traffic immediately, ensuring more predictable deployments and reducing errors.

0 commit comments

Comments
 (0)