MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / processBatch

Method processBatch

queue_recovery.go:122–124  ·  view source on GitHub ↗

processBatch performs one periodic stuck-queue recovery pass using the configured threshold.

(ctx context.Context)

Source from the content-addressed store, hash-verified

120
121// processBatch performs one periodic stuck-queue recovery pass using the configured threshold.
122func (p *QueuedTransactionRecoveryProcessor) processBatch(ctx context.Context) {
123 p.recoverWithThreshold(ctx, p.stuckThreshold)
124}
125
126// RecoverQueuedTransactions triggers an immediate recovery of stuck queued transactions
127// using the provided threshold. This is exposed for the manual trigger API endpoint.

Callers 1

runMethod · 0.95

Calls 1

recoverWithThresholdMethod · 0.95

Tested by

no test coverage detected