Skip to content

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

Package listing

@kody/fly

src/jobs/machine-status.ts

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

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