Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondratu/uwsgi-batch
https://github.com/ondratu/uwsgi-batch
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ondratu/uwsgi-batch
- Owner: ondratu
- License: mit
- Created: 2024-06-03T14:51:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T15:48:52.000Z (7 months ago)
- Last Synced: 2024-12-06T14:24:45.396Z (28 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uwsgi-batch
Example for https://uwsgi-docs.readthedocs.io/en/latest/Mules.html
Run with uWSGI:
```bash
uwsgi --http-socket localhost:8000 \
--mule=batch.py \
--wsgi-file app.py \
--enable-threads
```