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
- Host: GitHub
- URL: https://github.com/wh1ter0se/job-server
- Owner: wh1ter0se
- Created: 2025-06-22T06:29:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-17T06:48:17.000Z (12 months ago)
- Last Synced: 2025-08-01T13:01:00.773Z (11 months ago)
- Topics: artifacts, fastapi, job-scheduler, python, rest-api
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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