From 6f7292a555b425005fc80190f9480bad305c7ba4 Mon Sep 17 00:00:00 2001 From: r266-tech Date: Sat, 16 May 2026 00:18:31 +0800 Subject: [PATCH] docs(cron): document name-based job lookup from #26231 --- website/docs/user-guide/features/cron.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/user-guide/features/cron.md b/website/docs/user-guide/features/cron.md index 9a14e6dcd1e..9772d433812 100644 --- a/website/docs/user-guide/features/cron.md +++ b/website/docs/user-guide/features/cron.md @@ -125,6 +125,10 @@ Jobs with a `workdir` run sequentially on the scheduler tick, not in the paralle You do not need to delete and recreate jobs just to change them. +:::tip Job reference +The `` placeholder below (and in [Lifecycle actions](#lifecycle-actions)) also accepts the job's name (case-insensitive) — handy when you remember `morning-digest` but not the hex ID. An exact job ID takes precedence over name matches; if the reference is not an ID and a name matches more than one job, the command refuses and prints the candidate IDs so you can disambiguate. +::: + ### Chat ```bash