constant
MaxTaskRetention
const MaxTaskRetention = 365 * 24 * time.HourThe maximum retention period for a terminal durable task record.
Source store/task_validation.go:23
The limit is 365 days.
constant
const MaxTaskRetention = 365 * 24 * time.HourThe maximum retention period for a terminal durable task record.
Source store/task_validation.go:23
The limit is 365 days.