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

Method JobUpdate

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

Source from the content-addressed store, hash-verified

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)
236 LeaderAttemptReelect(ctx context.Context, params *LeaderReelectParams) (*Leader, error)

Callers 7

resumableSetStepTxFunction · 0.65
Test_Client_JobUpdateFunction · 0.65
jobUpdateMethod · 0.65
JobUpdateMethod · 0.65
JobUpdateMethod · 0.65
JobUpdateMethod · 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 1

Test_Client_JobUpdateFunction · 0.52