Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piotrmaslanka/sjesta
- Owner: piotrmaslanka
- License: bsd-3-clause
- Created: 2014-11-04T13:13:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T22:52:57.000Z (about 9 years ago)
- Last Synced: 2023-03-12T09:41:52.299Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.