(ctx context.Context, jobID int64)
| 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 |
| 132 | } |
no outgoing calls