THE INFORMATION IN THIS ARTICLE APPLIES TO:
QUESTION
How can I specify the Workspaces cleanup recurrence period?
ANSWER
Specify the Workspace recurrence period in the AdvancedProperties.json file.
To specify the recurrence period for Workspace cleanup, add:
WorkspacesCleanupRecurrence
- 0 - minutely (default, or not set),
- 1 - hourly
- 2 - daily
For example: "WorkspacesCleanupRecurrence":"2"
(Not applicable for HA servers as clusters; expiration occurs on daily cleanup.)
To specify the limits the number of workspaces cleaned up in a single pass so there is minimal EFT operational disruption, add:
WorkspacesCleanupPortionSize
- 0 - minimum (no limit)
- 1000 - default
- 4294967295 - maximum
For example: "WorkspacesCleanupPortionSize":"500"
For more information about Advanced Properties, refer to the online help for your version of EFT.