Kathikon.Cron (Kathikon v0.1.0)

Copy Markdown View Source

Cron-based job scheduling.

This module is a placeholder for Phase 3 (Production Scheduling). Cron jobs will be stored in Mnesia and evaluated by a dedicated scheduler process that inserts jobs into the durable queue at the appropriate times.

Summary

Functions

Registers a cron schedule. Not yet implemented.

Functions

insert(worker, args, opts \\ [])

@spec insert(module(), map(), keyword()) :: {:error, :not_implemented}

Registers a cron schedule. Not yet implemented.