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