From 1917f7cd63cda631e835fa83d03c3e09e99aee48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 18 Mar 2026 21:45:01 +0100 Subject: [PATCH] Potential fix for pull request finding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- docs/backend-system/core-services/scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend-system/core-services/scheduler.md b/docs/backend-system/core-services/scheduler.md index 1e56f4903a..41dcec17b5 100644 --- a/docs/backend-system/core-services/scheduler.md +++ b/docs/backend-system/core-services/scheduler.md @@ -175,7 +175,7 @@ curl -X POST "https://demo.backstage.io/api/catalog/.backstage/scheduler/v1/task Note that there can still be an additional small delay before a worker discovers that the task is cancelled. This can take up to a few seconds. Note also that it is up to the task implementation to properly react to the abort signal that was -passed in to it. +passed into it. The request has no body.