Hacker News new | ask | show | jobs
Ask HN: What you use for task scheduling in Python + Flask?
4 points by bluedog 4333 days ago
Celery seems too heavy for doing causal scheduling like calling APIs every hour and doing some database based calculation.

How promising "Advanced Python Scheduler" is, have you used it?

Are there any good libraries available for Python + Flask?

3 comments

I already have PostgreSQL, so having Redis would be additional pain. But, thanks, will check it out.
There's a pythonic scheduler here - https://github.com/dbader/schedule

you could also use cron

- cron

- Orto (cronjob editor)

- oddjob

- SOS Jobscheduler