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

https://github.com/michaelbukachi/flask_gunicorn_apscheduler

Demo using flask, gunicorn and apscheduler
https://github.com/michaelbukachi/flask_gunicorn_apscheduler

apscheduler flask gevent gunicorn

Last synced: 3 months ago
JSON representation

Demo using flask, gunicorn and apscheduler

Awesome Lists containing this project

README

        

# Flask + Gunicorn + Gevent + ApScheduler

A demo on how to setup apsheduler with flask when using gunicorn's gevent worker.
This setup ensures a single instance of the scheduler is run.

#### Run instructions

```bash
./run.sh
```