Skip to content

Commit eb33022

Browse files
authored
docs: Remove active worker discount mentions from serverless docs (#624)
2 parents b7e4d3b + c5846ea commit eb33022

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

release-notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Flash now supports deploying endpoints to [multiple datacenters](/flash/configur
261261
- **Self-service worker upgrade**: Rebuild and roll workers from the dashboard without support tickets.
262262
- **Edit template from endpoint page**: Inline edit and redeploy the underlying template directly from the endpoint view.
263263
- **Improved Serverless metrics page**: Refinements to charts and filters for quicker root-cause analysis.
264-
- [Flex and active workers](/serverless/pricing): Discounted always-on "active" capacity for baseline load with on-demand "flex" workers for bursts.
264+
- [Flex and active workers](/serverless/pricing): Always-on "active" workers for baseline load with on-demand "flex" workers for bursts.
265265
- **Billing explorer**: Inspect costs by resource, region, and time to identify optimization opportunities.
266266

267267
</Update>

serverless/development/optimization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For private models, [embed them in your Docker image](/serverless/workers/create
5252

5353
### Maintain active workers
5454

55-
Set [active workers](/serverless/endpoints/endpoint-configurations#active-workers) > 0 to eliminate cold starts entirely. Active workers cost up to 30% less than flex workers.
55+
Set [active workers](/serverless/endpoints/endpoint-configurations#active-workers) > 0 to eliminate cold starts entirely.
5656

5757
**Formula**: `Active workers = (Requests/min × Request duration in seconds) / 60`
5858

serverless/endpoints/endpoint-configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For endpoints with fewer than five workers, all workers use the highest-priority
5555

5656
### Active workers
5757

58-
Minimum number of workers that remain warm and ready at all times. Setting this to 1+ eliminates cold starts. Active workers incur charges when idle but receive a 20-30% discount.
58+
Minimum number of workers that remain warm and ready at all times. Setting this to 1+ eliminates cold starts. Active workers incur charges continuously, including when idle.
5959

6060
### Max workers
6161

serverless/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Serverless offers pay-per-second pricing with no upfront costs. You're billed fr
2020
| | Flex workers | Active workers |
2121
|---|--------------|----------------|
2222
| **Behavior** | Scale to zero when idle | Always running (24/7) |
23-
| **Pricing** | Standard per-second rate | 20–30% discount |
23+
| **Pricing** | Standard per-second rate | Discounts available through sales inquiry |
2424
| **Best for** | Variable workloads, cost optimization | Consistent traffic, low-latency requirements |
2525

2626
## GPU pricing

serverless/workers/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To deploy workers with AI/ML models, follow this order of preference:
3939

4040
Workers can run in two modes depending on your latency and cost requirements:
4141

42-
- **Active workers** run continuously (24/7) and are always ready to process requests instantly. They eliminate cold starts entirely and receive a discounted rate, making them ideal for latency-sensitive or high-traffic applications.
42+
- **Active workers** run continuously (24/7) and are always ready to process requests instantly. They eliminate cold starts entirely, making them ideal for latency-sensitive or high-traffic applications.
4343

4444
- **Flex workers** scale dynamically based on demand, spinning down to zero when idle. They incur cold starts when scaling up but cost nothing when not in use, making them ideal for variable or sporadic workloads.
4545

0 commit comments

Comments
 (0)