ServiceConfig
ServiceConfig =
object
Defined in: domain/types.ts:29
Properties
Section titled “Properties”agent:
object
Defined in: domain/types.ts:49
kind:
string
maxAttempts
Section titled “maxAttempts”maxAttempts:
number
maxConcurrentAgents
Section titled “maxConcurrentAgents”maxConcurrentAgents:
number
maxConcurrentAgentsByState
Section titled “maxConcurrentAgentsByState”maxConcurrentAgentsByState:
Record<string,number>
maxRetryBackoffMs
Section titled “maxRetryBackoffMs”maxRetryBackoffMs:
number
raw:
Record<string,unknown>
hooks:
object
Defined in: domain/types.ts:48
afterCreate
Section titled “afterCreate”afterCreate:
string|undefined
afterRun
Section titled “afterRun”afterRun:
string|undefined
beforeRemove
Section titled “beforeRemove”beforeRemove:
string|undefined
beforeRun
Section titled “beforeRun”beforeRun:
string|undefined
timeoutMs
Section titled “timeoutMs”timeoutMs:
number
polling
Section titled “polling”polling:
object
Defined in: domain/types.ts:45
intervalMs
Section titled “intervalMs”intervalMs:
number
repoPath
Section titled “repoPath”repoPath:
string
Defined in: domain/types.ts:30
state:
object
Defined in: domain/types.ts:47
root:
string
tracker
Section titled “tracker”tracker:
object
Defined in: domain/types.ts:32
activeStates
Section titled “activeStates”activeStates:
string[]
excludedLabels
Section titled “excludedLabels”excludedLabels:
string[]
kind:
string
pageSize
Section titled “pageSize”pageSize:
number
raw:
Record<string,unknown>
requiredLabels
Section titled “requiredLabels”requiredLabels:
string[]
terminalStates
Section titled “terminalStates”terminalStates:
string[]
writes
Section titled “writes”writes:
object
writes.actions
Section titled “writes.actions”actions:
Partial<Record<TrackerWriteEvent,TrackerWriteAction>>
writes.enabled
Section titled “writes.enabled”enabled:
boolean
workflowPath
Section titled “workflowPath”workflowPath:
string
Defined in: domain/types.ts:31
workspace
Section titled “workspace”workspace:
object
Defined in: domain/types.ts:46
baseRef
Section titled “baseRef”baseRef:
string
root:
string
strategy
Section titled “strategy”strategy:
"git-worktree"