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.