Lumiera
The new emerging NLE for GNU/Linux

The purpose of the Scheduler is to run small self contained Jobs ordered by priority and observing specific timing constraints.

Note Subject to active design and implementation work as of 10/2023

Work-in-progress documentation can be found in the Tiddly Wiki

About Jobs

A job is a closure to run a small and limited action or operation, which in itself should not block. Job may depend on each other and on resources to be provided. A job may be rescheduled prior to invocation, but it is activated at most once by an Scheduler Action.