Skip to content

Commit 0f6e82e

Browse files
refactor(content-health-monitor): Add instructions for scheduling (#263)
* Add instructions for scheduling the report * Update extensions/content-health-monitor/content-health-monitor.qmd Co-authored-by: Toph Allen <[email protected]> * Update manifest --------- Co-authored-by: Toph Allen <[email protected]>
1 parent 7baa79d commit 0f6e82e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

extensions/content-health-monitor/content-health-monitor.qmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ if not state.show_instructions:
9191
# Create the about content text
9292
about_content = f"""<div>
9393
This report uses {current_user_name}'s API key to monitor a single piece of content. It checks whether the content is
94-
reachable, but does not validate its functionality. When scheduled to run regularly, it will send an email alert if the
95-
content becomes unreachable.
94+
reachable, but does not verify that it runs without errors.<br><br>
95+
When scheduled to run regularly, the report will send an email alert
96+
if the content becomes unreachable.
97+
To learn more about scheduling reports in Connect, see the
98+
<a href="https://docs.posit.co/connect/user/scheduling/index.html" target="_blank">Scheduling documentation</a>.
9699
</div>"""
97100
98101

extensions/content-health-monitor/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"checksum": "5f89d52674b219c0b0ed85f1a5785641"
4242
},
4343
"content-health-monitor.qmd": {
44-
"checksum": "8dfce167badb4d889eeb93d1f4adbff8"
44+
"checksum": "b9d7b54bd001f48f8af928b26be91a8f"
4545
},
4646
"content_health_utils.py": {
4747
"checksum": "3d599ebe8d29aa12ae630acc847e290a"

0 commit comments

Comments
 (0)