Skip to content

Commit

Permalink
restore cron warning
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jul 10, 2024
1 parent cb420d4 commit 08347d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/infrastructure/cron-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Warning>
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.
</Warning>

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.

Expand Down

0 comments on commit 08347d1

Please sign in to comment.