Advanced

Jobs

The jobs feature is planned for a future OmniSvelte release.

Jobs (Planned)

This feature is on the OmniSvelte roadmap and is not yet implemented.

See the public roadmap for the target release and design notes.

What's planned

  • Background job queue (BullMQ / in-process fallback)
  • Cron-style scheduled tasks
  • omni generate job <name> scaffolding
  • Job retry, timeout, and concurrency configuration
  • omni queue:work runner command

Proposed API

js
// svelte.config.js (proposed)
omni: {
  jobs: { enabled: true }
}

Want to help build this?

Open a GitHub Discussion to share ideas or contribute to the design.