Update Heartbeat check overview page#1265
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| For example, this is how you ping a Heartbeat check from a Heroku job: | ||
|
|
||
| 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.
@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.
@guolau wdyt about exchanging this with Vercel cron jobs?
There was a problem hiding this comment.
|
@guolau @ragog - this looks great, love the change to Vercel too from Heroku, makes way more sense. Two quick things:
|
|
@Dgiordano33 Thanks for looking over this! |
|
|
||
|  | ||
|
|
||
| Check out this video for a quick explainer: |
There was a problem hiding this comment.
|
Summary of changes:
|
|
@Dgiordano33 want to give your final OK on this? |
|
Looks great @guolau - much more balanced and super actionable! |


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.