SwarmSpecOrchestration

@Serializable
data class SwarmSpecOrchestration(val taskHistoryRetentionLimit: Long? = null)

Orchestration configuration.

Parameters

taskHistoryRetentionLimit

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

Constructors

Link copied to clipboard
constructor(taskHistoryRetentionLimit: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "TaskHistoryRetentionLimit")
val taskHistoryRetentionLimit: Long?