From 26e3ded70114dde8019b5e500e1b8bd65c1fdc9c Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Fri, 17 Jan 2025 12:52:46 -0800 Subject: [PATCH] docs: Add note about cron jobs not available in LangGraph Platform Self-Hosted Lite (#3091) --- docs/docs/concepts/deployment_options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index d09eb1f79..e377f0f91 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -57,6 +57,7 @@ With a Self-Hosted Lite deployment, you are responsible for managing the infrast You’ll build a Docker image using the [LangGraph CLI](./langgraph_cli.md), which can then be deployed on your own infrastructure. +[Cron jobs](../cloud/how-tos/cron_jobs.md) are not available for Self-Hosted Lite deployments. For more information, please see: