Monitor scheduled background tasks to ensure they run as expected.
Ops
Uncover cron jobs

Cron jobs can be notorious hard to track. Having a understanding of your running cron jobs will help you keep peace of mind.
const e = {
name: "a critical event",
avatar: "🤖",
actions : [
{
url : 'https://webhook.site',
buttonText : 'Press me'
}
]
};
Copy