Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ondratu/uwsgi-batch


https://github.com/ondratu/uwsgi-batch

Last synced: 28 days ago
JSON representation

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
```