modal
    Preparing search index...

    Interface UpdateAutoscalerOptions

    Options for overriding a Function's autoscaler behavior.

    interface UpdateAutoscalerOptions {
        bufferContainers?: number;
        maxContainers?: number;
        minContainers?: number;
        scaledownWindow?: number;
    }
    Index

    Properties

    bufferContainers?: number
    maxContainers?: number
    minContainers?: number
    scaledownWindow?: number