Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/datadog

src/jobs/monitor-status.ts

6 lines · 230 B · TypeScript
import { runMonitorStatus } from '../scheduled-status.ts'

/** No-argument scheduled wrapper. Read-only monitor counts; job starts disabled. */
export default async function monitorStatusJob() {
	return await runMonitorStatus()
}