https://github.com/dkj/workestrator
https://github.com/dkj/workestrator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkj/workestrator
- Owner: dkj
- Created: 2021-10-24T10:47:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T06:03:57.000Z (about 2 years ago)
- Last Synced: 2024-04-25T07:25:29.832Z (about 2 years ago)
- Language: Python
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workestrator
API for a work "orchestration" service: unique work for a particular "pipeline" or task type is registered to be done with the service, and the service can be polled for work to be allocated.
The uniqiueness, for unique work within a pipeline, is described as a JSON object.
Here is an OpenAPI schema, and a Python FastAPI service derived from it.