Interface SwarmSpecOrchestration

Orchestration configuration. SwarmSpecOrchestration

interface SwarmSpecOrchestration {
    TaskHistoryRetentionLimit?: number;
}

Properties

TaskHistoryRetentionLimit?: number

The number of historic tasks to keep per instance or node. If negative, never remove completed or failed tasks.