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

Method JobGetByKindMany

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

Source from the content-addressed store, hash-verified

219 JobGetByID(ctx context.Context, params *JobGetByIDParams) (*rivertype.JobRow, error)
220 JobGetByIDMany(ctx context.Context, params *JobGetByIDManyParams) ([]*rivertype.JobRow, error)
221 JobGetByKindMany(ctx context.Context, params *JobGetByKindManyParams) ([]*rivertype.JobRow, error)
222 JobGetStuck(ctx context.Context, params *JobGetStuckParams) ([]*rivertype.JobRow, error)
223 JobInsertFastMany(ctx context.Context, params *JobInsertFastManyParams) ([]*JobInsertFastResult, error)
224 JobInsertFastManyNoReturning(ctx context.Context, params *JobInsertFastManyParams) (int, error)

Callers 15

Test_Client_InsertManyFunction · 0.65
Test_Client_InsertManyTxFunction · 0.65
Test_Client_MaintenanceFunction · 0.65
testProducerFunction · 0.65
TestTestSchemaFunction · 0.65
JobGetByKindManyMethod · 0.65
JobGetByKindManyMethod · 0.65
JobGetByKindManyMethod · 0.65
exerciseJobReadFunction · 0.65
exerciseJobInsertFunction · 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 10

Test_Client_InsertManyFunction · 0.52
Test_Client_InsertManyTxFunction · 0.52
Test_Client_MaintenanceFunction · 0.52
testProducerFunction · 0.52
TestTestSchemaFunction · 0.52
TestPeriodicJobEnqueuerFunction · 0.52
testCompleterFunction · 0.52
benchmarkCompleterFunction · 0.52