TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What you use for task scheduling in Python + Flask?

4 点作者 bluedog将近 11 年前
Celery seems too heavy for doing causal scheduling like calling APIs every hour and doing some database based calculation.<p>How promising &quot;Advanced Python Scheduler&quot; is, have you used it?<p>Are there any good libraries available for Python + Flask?

3 条评论

nyddle将近 11 年前
Redis Queue: <a href="http://python-rq.org" rel="nofollow">http:&#x2F;&#x2F;python-rq.org</a> <a href="https://github.com/mattupstate/flask-rq" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mattupstate&#x2F;flask-rq</a>
评论 #8133608 未加载
stephancoral将近 11 年前
There&#x27;s a pythonic scheduler here - <a href="https://github.com/dbader/schedule" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dbader&#x2F;schedule</a><p>you could also use cron
anthony_barker将近 11 年前
- cron<p>- Orto (cronjob editor)<p>- oddjob<p>- SOS Jobscheduler