TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Celery 2.3 released

72 pointsby timfalmost 14 years ago

7 comments

jwsalmost 14 years ago
What is Celery?<p><i>Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.</i><p><i>The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).</i>
评论 #2850771 未加载
评论 #2851348 未加载
bryanhalmost 14 years ago
Maybe it is just me, but I can never bring myself to setting up Celery and RabbitMQ and all for some Django apps that could sorely use it. There seems to be so many moving parts, last I checked there were like 3-4 different services to tie everything together...<p>Anyone know of a simpler system or technique for achieving the same thing? Or perhaps, a better way to go about using Celery.
评论 #2850544 未加载
评论 #2850574 未加载
评论 #2850518 未加载
评论 #2850776 未加载
评论 #2852175 未加载
评论 #2851257 未加载
评论 #2851329 未加载
Atillaalmost 14 years ago
One of the best releases so far!
dtranalmost 14 years ago
Great work as always asksol!
thedangleralmost 14 years ago
I have no idea when I would need to use it. Can someone give examples of when I might want to think of using it?
评论 #2851465 未加载
评论 #2851830 未加载
guildchatteralmost 14 years ago
Anybody here use Celery on their production system? Is it reliable/stable? Any weird problems?
评论 #2850983 未加载
评论 #2851066 未加载
评论 #2850613 未加载
评论 #2850777 未加载
评论 #2851838 未加载
vae77almost 14 years ago
Great news! Awesome software!