Guide

Wrap an existing function

Turn a TypeScript function into a scheduled managed service with one defineServixService call.

Use this when

  • You have working TypeScript logic that should run on a schedule in the background.

Verification

  • servix status <name> reports the service as running
  • servix logs <name> shows scheduled executions

Download Markdown