From ff72352d8cb6569ad393884cbf96ea1c054e4ad6 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 12 Aug 2026 00:02:13 +0200 Subject: [PATCH] docs(wiki): point the scheduling link at StartupTasks The Update Wiki workflow has failed on every run since 2026-07-28, on one broken link: doc/wiki/http-scheduling-resilience.md: ../../src/modules/Elsa.Scheduling/HostedServices -> missing Elsa.Scheduling/HostedServices was removed in 8e301d4e1, where HostedServices/CreateSchedulesBackgroundTask.cs became StartupTasks/CreateSchedulesStartupTask.cs. The wiki page kept pointing at the old directory. Point it at StartupTasks, which is where that work lives now. The workflow's link check only validates wiki files that changed in the push, so its silence is not evidence the rest is sound. Ran the same validator over all 22 files in doc/wiki: this was the only break, and everything now resolves. Co-Authored-By: Claude Opus 5 --- doc/wiki/http-scheduling-resilience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wiki/http-scheduling-resilience.md b/doc/wiki/http-scheduling-resilience.md index 1f4a513fa..9f9124bf3 100644 --- a/doc/wiki/http-scheduling-resilience.md +++ b/doc/wiki/http-scheduling-resilience.md @@ -105,7 +105,7 @@ Scheduled workflows typically create trigger or bookmark payloads that the sched - [Bookmarks](../../src/modules/Elsa.Scheduling/Bookmarks) - [Services](../../src/modules/Elsa.Scheduling/Services) - [Handlers](../../src/modules/Elsa.Scheduling/Handlers) -- [HostedServices](../../src/modules/Elsa.Scheduling/HostedServices) +- [StartupTasks](../../src/modules/Elsa.Scheduling/StartupTasks) - [TriggerPayloadValidators](../../src/modules/Elsa.Scheduling/TriggerPayloadValidators) The scheduler integrates with tenancy by reacting to tenant activation/deletion events.