validateJobName
Defined in: packages/core/src/shared/utils/job-identifiers.ts:15
Validate a public job name before it is registered or scheduled.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
name | string | The job name to validate |
Returns
Section titled “Returns”void
Throws
Section titled “Throws”If the job name is empty, too long, or contains unsupported characters