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

https://github.com/wh1ter0se/job-server

A Python framework to create, run, and manage jobs via a REST API
https://github.com/wh1ter0se/job-server

artifacts fastapi job-scheduler python rest-api

Last synced: about 1 month ago
JSON representation

A Python framework to create, run, and manage jobs via a REST API

Awesome Lists containing this project

README

          

# jserv (Python Job Server)

jserv provides a framework to create, run, and manage jobs via a REST API.

Some of the core functionality includes:
- Job priority management
- Pause/resume/cancel functionality
- Persistent storage for recovery of interrupted jobs
- State machine support
- SQLite-based tracking of updates, errors, server connections, and artifacts
- Webhook-based progress monitoring