From 9c7fdb4fac2e6afff58322059be43ac8b5153659 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Tue, 30 Apr 2024 06:25:42 +0200 Subject: [PATCH] Add note on checking browser profiles for scheduled crawls (#1763) --- docs/user-guide/workflow-setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guide/workflow-setup.md b/docs/user-guide/workflow-setup.md index 917189c7..f6d91eeb 100644 --- a/docs/user-guide/workflow-setup.md +++ b/docs/user-guide/workflow-setup.md @@ -176,6 +176,11 @@ Sets the browser's language setting. Useful for crawling websites that detect th ## Scheduling +!!! tip "Tip: Scheduling crawl workflows with logged-in browser profiles" + Some websites will log users out after a set period of time. When crawling with a custom [browser profile](browser-profiles.md) that is logged into a website, we recommend checking the profile before crawling to ensure it is still logged in. + + This can cause issues with scheduled crawl workflows — which will run even if the selected browser profile has been logged out. + ### Crawl Schedule Type `Run Immediately on Save`