(ctx context.Context, jobID int64, entityID string)
| 126 | DeleteJob(ctx context.Context, jobID int64) error |
| 127 | UnlockJob(ctx context.Context, jobID int64, entityID string) error |
| 128 | LockJob(ctx context.Context, jobID int64, entityID string) error |
| 129 | BreakLockJobIsQueued(ctx context.Context, jobID int64) error |
| 130 | |
| 131 | DeleteInactionableJobs(ctx context.Context, olderThan time.Duration) error |
no outgoing calls