id | title | hide_title |
---|---|---|
faastjs.cleanupoptions |
CleanupOptions interface |
true |
Options that apply to the FaastModule.cleanup() method.
Signature:
export interface CleanupOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(Optional) If true, delete cached resources. Default: false. | ||
boolean |
(Optional) If true, delete provider cloud resources. Default: true. | ||
number |
(Optional) Number of seconds to wait for garbage collection. Default: 10. |