From 1cd8301ebe9affb9d7a74b787b4b0a4fbad85424 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 19 Oct 2025 00:56:34 +0000 Subject: [PATCH] docs(dashboard): add webhook note to hibernation docs --- packages/dashboard/src/routes/(static)/docs/limits/+page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/src/routes/(static)/docs/limits/+page.md b/packages/dashboard/src/routes/(static)/docs/limits/+page.md index 57661049..08e3dc6a 100644 --- a/packages/dashboard/src/routes/(static)/docs/limits/+page.md +++ b/packages/dashboard/src/routes/(static)/docs/limits/+page.md @@ -49,7 +49,7 @@ To conserve resources, PocketHost instances may enter a **hibernation** state du ### Important Caveats: -- **Scheduled Tasks and Backups**: Automated tasks like scheduled backups may fail to execute if the instance is in hibernation at the scheduled time. Waking up the instance on a schedule will not trigger any missed intervals. This is generally less of an issue as your instance grows and becomes more active. +- **Scheduled Tasks and Backups**: Automated tasks like scheduled backups may fail to execute if the instance is in hibernation at the scheduled time. Waking up the instance on a schedule will not trigger any missed intervals. This is generally less of an issue as your instance grows and becomes more active. Check out [weboooks](/docs/webhooks) for an alternative means of running scheduled tasks that survive hibernation. - **Instance Waking**: While the instance will wake up for new requests, the first request after hibernation may experience a delay as the instance restarts. ## Usage Limits