outbox
Scheduler triggers the outbox relay worker periodically.
scheduler adds cron-style periodic task scheduling to your Go service for recurring background jobs.
Use scheduler for periodic tasks — cleanup jobs, report generation, polling external APIs, or triggering the outbox relay worker. Simpler than deploying a separate cron container when the job is tightly coupled to your service’s dependencies.
verikt new my-service --language go --cap scheduler# or add to an existing service:verikt add scheduleroutbox
worker
graceful