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 <noreply@anthropic.com>
This commit is contained in:
Sipke Schoorstra 2026-08-12 00:02:13 +02:00
parent 0412555b6e
commit ff72352d8c
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -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.