InsertBegin is invoked just before a job is inserted to the database.
(ctx context.Context, params *JobInsertParams)
| 321 | |
| 322 | // InsertBegin is invoked just before a job is inserted to the database. |
| 323 | InsertBegin(ctx context.Context, params *JobInsertParams) error |
| 324 | } |
| 325 | |
| 326 | // HookPeriodicJobsStart is an interface to a hook that runs when the periodic |
no outgoing calls
no test coverage detected