Skip to content

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

Package listing

@kody/postmark

src/jobs/server-health.ts

6 lines · 243 B · TypeScript
import { runServerHealth } from '../scheduled-server-health.ts'

/** No-argument scheduled wrapper. Read-only server + message search; job starts disabled. */
export default async function serverHealthJob() {
	return await runServerHealth()
}