-
Notifications
You must be signed in to change notification settings - Fork 37
Update Heartbeat check overview page #1265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolau looking good, let's address some minor points and then we're good to go.
|
||
Here is an example of how to have a Heroku job send a ping to a Checkly heartbeat check. | ||
{{< tabs "Heroku example" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolau let's not remove these tabs even when there is a single example. They still provide useful context, i.e. the language used in the snippet.
wget -T 5 -t 3 https://ping.checklyhq.com/87c05896-3b7d-49ae-83ff-5e81323a54c4 | ||
``` | ||
|
||
You can use curl in the [Heroku Scheduler](https://devcenter.heroku.com/articles/scheduler): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolau wdyt about exchanging this with Vercel cron jobs?
Affected Components
Pre-Requisites
npm run lint
)Notes for the Reviewer
Updated the Heartbeat check overview page according to the check overview page facelift proposal.