/oncue

A robust, distributed job scheduling framework

Primary LanguageJava

OnCue job scheduling framework

Build Status

OnCue is a robust, Akka-based, distributed job scheduling framework. OnCue comprises a central job scheduling service, HTTP API and Web UI, as well as one or more remote agents.

When jobs are scheduled at the service, they are farmed out to one of the registered agents, using either predefined scheduling algorithms or ones that you define yourself. This means you can get get up-and-running immediately and move to more sophisticated scheduling algorithms later.