Documentation

SwarmSpecOrchestration

Table of Contents

$taskHistoryRetentionLimit  : int|null
The number of historic tasks to keep per instance or node. If.
getTaskHistoryRetentionLimit()  : int|null
The number of historic tasks to keep per instance or node. If.
setTaskHistoryRetentionLimit()  : self
The number of historic tasks to keep per instance or node. If.

Properties

$taskHistoryRetentionLimit

The number of historic tasks to keep per instance or node. If.

protected int|null $taskHistoryRetentionLimit

Methods

getTaskHistoryRetentionLimit()

The number of historic tasks to keep per instance or node. If.

public getTaskHistoryRetentionLimit() : int|null

negative, never remove completed or failed tasks.

Return values
int|null

setTaskHistoryRetentionLimit()

The number of historic tasks to keep per instance or node. If.

public setTaskHistoryRetentionLimit(int|null $taskHistoryRetentionLimit) : self

negative, never remove completed or failed tasks.

Parameters
$taskHistoryRetentionLimit : int|null
Return values
self

Search results