From 08347d1e057e1f450f5f0dec2b7296125d5bd09e Mon Sep 17 00:00:00 2001 From: Chima Precious Date: Wed, 10 Jul 2024 11:48:18 +0000 Subject: [PATCH] restore cron warning --- docs/infrastructure/cron-jobs.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/infrastructure/cron-jobs.mdx b/docs/infrastructure/cron-jobs.mdx index fb3f9092..39b959f0 100644 --- a/docs/infrastructure/cron-jobs.mdx +++ b/docs/infrastructure/cron-jobs.mdx @@ -4,7 +4,14 @@ title: Cron Jobs # Cron Jobs -Cron jobs can be used to periodically perform an HTTP request to your production Globe deployment. You can specify the cron schedule and the path to request. + + Currently, Cron Jobs are an experimental feature and not recommended for + production use. The api is actively being worked on and may change at any + time. + + +Cron jobs can be used to periodically perform an HTTP request to your production +Globe deployment. You can specify the cron schedule and the path to request. Cron jobs only work with **production** deployments. If your project does not have a production deployment, the cron execution will be ignored and no events will be shown.