Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Development/v4.x/backend/configuration/jobconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,5 +530,5 @@ All arguments are optional.
- `validate` (optional): Log message to print when the job request is received. The
request body (aka DTO) is available as a Handlebars context. Default: ""
- `performJob` (optional): Log message to print after the job is saved to the database.
The updated job object is available as a Handlebars context. Default: "Performing job
for {{{type}}}"
The updated job object is available as a Handlebars context. Default: `"Performing job
for {{{type}}}"`