Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piotrmaslanka/sjesta

A batch job manager
https://github.com/piotrmaslanka/sjesta

Last synced: 7 days ago
JSON representation

A batch job manager

Awesome Lists containing this project

README

        

About SJESTA
------------

SJESTA is a batch job manager written in Python.

You enqueue jobs in it by writing rows into a Postgres table, and it reports them done
by writing values in the same table. It supports priorities.

It essentially runs programs, managing their arguments, return codes, stdin/stdout/stderr.

SJESTA requires `satella `_ to be installed.