Releases: apsis-scheduler/apsis
Releases · apsis-scheduler/apsis
v0.27.1
Bump version: 0.27.0 → 0.27.1
v0.27.0
- Apsis checks all jobs in the job directory before starting, and does not start if it encounters any errors.
v0.26.0
- The Control page in the web UI and the live log are removed.
- The run view contains a pane showing direct dependencies and dependents of the run.
v0.25.2
Bump version: 0.25.1 → 0.25.2
v0.25.1
Bump version: 0.25.0 → 0.25.1
v0.25.0
v0.24.0
- Changes to jobs update live in the web UI.
- Changes to Procstar agent connections update live in the web UI.
- The run log updates live in the web UI.
- Output data updates live in the web UI.
apsis output --followandapsis output --tailfor live output in CLUI.apsis watchfor live run changes in CLUI.- Apsis sets the
APSIS_RUN_IDenv var in procstar programs.
v0.23.1
Bump version: 0.23.0 → 0.23.1
v0.23.0
- Requires Procstar v0.3.
- The Procstar agent protocol has changed substantially. Now uses msgpack.
- The
procstar.agent.connection.start_timeoutconfig controls how long Apsis waits for a suitable agent connection to start a run. - The
procstar.agent.connection.reconnect_timeoutconfig controls how long Apsis waits for an agent to reconnect, before dropping it. - An agent now unregisters itself cleanly from Apsis during normal shutdown.
- SIGUSR1 triggers a shutdown-on-idle state in an agent; see
shutdownin the Procstar docs. - The "Agents" view in the web UI shows the state of each conencted agent.
- A Procstar program's output is Brotli-compressed on completion if larger than 16kB.
v0.22.7
Bump version: 0.22.6 → 0.22.7