MCPcopy Index your code
hub / github.com/riverqueue/river / JobRetry

Method JobRetry

client_pilot_test.go:82–85  ·  view source on GitHub ↗
(ctx context.Context, exec riverdriver.Executor, params *riverdriver.JobRetryParams)

Source from the content-addressed store, hash-verified

80}
81
82func (p *pilotSpy) JobRetry(ctx context.Context, exec riverdriver.Executor, params *riverdriver.JobRetryParams) (*rivertype.JobRow, error) {
83 p.jobRetryCalls.Add(1)
84 return p.StandardPilot.JobRetry(ctx, exec, params)
85}
86
87func (p *pilotSpy) JobSetStateIfRunningMany(ctx context.Context, exec riverdriver.Executor, params *riverdriver.JobSetStateIfRunningManyParams) ([]*rivertype.JobRow, error) {
88 p.testSignals.JobSetStateIfRunningMany.Signal(struct{}{})

Callers

nothing calls this directly

Calls 2

JobRetryMethod · 0.65
AddMethod · 0.45

Tested by

no test coverage detected