buildJobName
Defined in: tsed/src/utils/build-job-name.ts:15
Build the full job name by combining namespace and name.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
namespace | string | undefined | Optional namespace from |
name | string | Job name from |
Returns
Section titled “Returns”string
Full job name (e.g., “email.send” or just “send”)
Job Controller
Section titled “Job Controller”or