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

Method JobSetStateIfRunningMany

riverdriver/river_driver_interface.go:232–232  ·  view source on GitHub ↗
(ctx context.Context, params *JobSetStateIfRunningManyParams)

Source from the content-addressed store, hash-verified

230 JobRetry(ctx context.Context, params *JobRetryParams) (*rivertype.JobRow, error)
231 JobSchedule(ctx context.Context, params *JobScheduleParams) ([]*JobScheduleResult, error)
232 JobSetStateIfRunningMany(ctx context.Context, params *JobSetStateIfRunningManyParams) ([]*rivertype.JobRow, error)
233 JobUpdate(ctx context.Context, params *JobUpdateParams) (*rivertype.JobRow, error)
234 JobUpdateFull(ctx context.Context, params *JobUpdateFullParams) (*rivertype.JobRow, error)
235 LeaderAttemptElect(ctx context.Context, params *LeaderElectParams) (*Leader, error)

Callers 4

BenchmarkFunction · 0.65
exerciseJobUpdateFunction · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by

no test coverage detected