(ctx context.Context, task *types.Task)
| 714 | UpsertTask(ctx context.Context, task *types.Task) error |
| 715 | |
| 716 | LockForUpdate(ctx context.Context, task *types.Task) (types.TaskStatus, error) |
| 717 | |
| 718 | SetRunAgain(ctx context.Context, taskKey string, runAgain bool) error |
| 719 |
no outgoing calls
no test coverage detected