tko22 / flask-boilerplate

Simple flask boilerplate with Postgres, Docker, and Heroku/Zeit now
https://github.com/tko22/flask-boilerplate/wiki
MIT License
301 stars 100 forks source link

Add documentation/support for Scheduling Jobs #20

Open tko22 opened 5 years ago

tko22 commented 5 years ago

a lot of applications require scheduled jobs (eg sending emails at certain time, retrieving information, etc). Find a way to optional add https://apscheduler.readthedocs.io/en/latest/ to this boilerplate