We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7687af8 commit b2f05b1Copy full SHA for b2f05b1
packages/worker/src/worker-options.ts
@@ -577,8 +577,6 @@ export type PollerBehavior = PollerBehaviorSimpleMaximum | PollerBehaviorAutosca
577
/**
578
* A poller behavior that will automatically scale the number of pollers based on feedback
579
* 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.
582
*/
583
export interface PollerBehaviorAutoscaling {
584
type: 'autoscaling';
0 commit comments