Skip to content

Commit b2f05b1

Browse files
authored
Remove experimental notice from poller behavior (#1821)
1 parent 7687af8 commit b2f05b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/worker/src/worker-options.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ export type PollerBehavior = PollerBehaviorSimpleMaximum | PollerBehaviorAutosca
577577
/**
578578
* A poller behavior that will automatically scale the number of pollers based on feedback
579579
* from the server. A slot must be available before beginning polling.
580-
*
581-
* @experimental Poller autoscaling is currently experimental and may change in future versions.
582580
*/
583581
export interface PollerBehaviorAutoscaling {
584582
type: 'autoscaling';

0 commit comments

Comments
 (0)