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 1.0 released

25 pointsby rmanochaover 15 years ago

4 comments

gjm11over 15 years ago
I had no idea what this is, and I guess I'm not alone, so:<p>"Celery is a task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.<p>"The execution units, called tasks, are executed concurrently on one or more worker servers. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).<p>"Celery is already used in production to process millions of tasks a day.<p>"Celery was originally created for use with Django, but is now usable from any Python project. It can also operate with other languages via webhooks."
评论 #1115551 未加载
bentruymanover 15 years ago
Sorry to sound like a d-bag but that transparent grass image in the footer really slows down my browsers (both Chrome and Firefox).<p>EDIT: I appologize, it's the box shadow around the content container.
shykesover 15 years ago
Celery is the best tool I know to mix asynchronous tasks into a Django app. Seamless, painless, awesome.
dzenanrover 15 years ago
Tell us why should we use it? Tell us for what your software may be useful?
评论 #1115637 未加载
评论 #1115686 未加载
评论 #1116794 未加载