Skip to content

Latest commit

 

History

History
100 lines (48 loc) · 1.15 KB

faastjs.cleanupoptions.md

File metadata and controls

100 lines (48 loc) · 1.15 KB
id title hide_title
faastjs.cleanupoptions
CleanupOptions interface
true

faastjs > CleanupOptions

CleanupOptions interface

Options that apply to the FaastModule.cleanup() method.

Signature:

export interface CleanupOptions 

Properties

Property

Modifiers

Type

Description

deleteCaches?

boolean

(Optional) If true, delete cached resources. Default: false.

deleteResources?

boolean

(Optional) If true, delete provider cloud resources. Default: true.

gcTimeout?

number

(Optional) Number of seconds to wait for garbage collection. Default: 10.