FIFO queues managed in a FastAPI REST server
Stars
10
Forks
5
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Use subtests to isolate asserts in tests; add python 3.12 and 3.13 to tox.ini
71b7a85View on GitHubMove duplicated queue existence check code to decorator; blacken
254e1e4View on GitHubUpdate type annotations to use Python 3.9 native builtin types
4038378View on GitHubUpdate docker command examples in README.md to include listing running containers and images
11958edView on GitHubUpdate REST design doc with HTTP status info; added comment in README that the original intent of a single queue was actually implemented as multiple queues
4a19528View on GitHubUpdate/cleanup; added Queue class in server for better "instancing"; restructured files for Dockerfile
b23090dView on GitHub