ValidateJobName enforces the domain's job-name policy. Called before ParseAndValidate so cheap name-format rejections happen without parsing payload.
(name string)
| 24 | // ValidateJobName enforces the domain's job-name policy. Called before |
| 25 | // ParseAndValidate so cheap name-format rejections happen without parsing payload. |
| 26 | ValidateJobName(name string) error |
| 27 | |
| 28 | // Start creates a work unit and starts it. Owns the full start lifecycle |
| 29 | // including pre-start cleanup and post-fail retry scheduling. |
no outgoing calls
no test coverage detected