Skip to content

Commit 02a011f

Browse files
author
David Wang
authored
feat(crons): Update docs around monitor environments (#8965)
1 parent f131854 commit 02a011f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

src/docs/product/crons/getting-started/http/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ If you don't specify an environment with your check-ins the default is `producti
7373

7474
Monitor environments are still early in development. Currently, after a check-in
7575
occurs for a specified environment you must continue sending check-ins on
76-
schedule or the monitor environment will be marked as missed.
77-
78-
In the future it will be possible to delete environments for a specified monitor.
76+
schedule or delete the monitor environment otherwise it will be marked as missed.
7977

8078
</Alert>
8179

src/docs/product/crons/job-monitoring.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ your monitor alert.
5454
across all environments. Each environment will appear as its own row in the
5555
monitor list.
5656

57-
- Currently, only entire monitors can be removed. Individual monitor environments can't be deleted.
58-
5957
## Pausing Your Cron Monitor
6058

6159
You can pause job monitoring in the header of your cron monitor. When you pause, your monitor will stop recording check-ins and will no longer notify you of any failed or missed check-ins.

src/platforms/javascript/common/crons/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ If you don't specify an environment with your check-ins the default is `producti
9393

9494
Monitor environments are still early in development. Currently, after a check-in
9595
occurs for a specified environment you must continue sending check-ins on
96-
schedule or the monitor environment will be marked as missed.
97-
98-
In the future it will be possible to delete environments for a specified monitor.
96+
schedule or delete the monitor environment otherwise it will be marked as missed.
9997

10098
</Alert>
10199

0 commit comments

Comments
 (0)