# @omnitron-dev/titan-scheduler

> Job scheduling with persistence and metrics for Titan

Part of the [Omni](../../README.md) monorepo — Fullstack Type-Safe RPC Framework.

## Installation

```bash
pnpm add @omnitron-dev/titan-scheduler
```

## Overview

Cron, interval, and timeout job scheduling for Titan applications. Jobs can be persisted and automatically resumed after restarts. Integrates with Titan's metrics module for execution tracking.

## License

MIT
