コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem fa0fb625f2 Return PIDLockFile if the lock is stale 17 年 前
  Ask Solem 278d73ddb1 MANIFEST.in: Only include *.py from celery, skip .pyc files 17 年 前
  Ask Solem 7e824b2025 PEP8-ify 17 年 前
  Ask Solem e8845afc1a Only use README as long_description if the file exists so easy_install don't 17 年 前
  Ask Solem 4775a4c279 AsyncResult.ready() was always True. Closes #10. Thanks talentless. 17 年 前
  Ask Solem 06b9165a29 backend.wait_for() sleeps for 0.5s again, temporarily had it at 0.05 and 17 年 前
  Ask Solem 21ad451aa9 Added a deubbing task: task.ping(), to see if the system is responding. (it 17 年 前
  Ask Solem d4dd459a56 Set default AMQP connection timeout to 4. Also, now configurable via the 17 年 前
  Ask Solem c743351187 Move conversion of kwargs keys from unicode to ascii, out of jail into 17 年 前
  Ask Solem 7c684a78c3 Forgot imports in example (thanks lucy) 17 年 前
  Ask Solem 6235a67ccf Tests now passing again 17 年 前
  Ask Solem ebf2da1ce9 Merge branch 'brosner/fixes' 17 年 前
  Ask Solem 377c615406 The git clone URL was wrong. 17 年 前
  Brian Rosner bb47011031 Send back a mimetype for JSON response. 17 年 前
  Brian Rosner 857067da06 Adjusted the default concurrency to multiprocessing.cpu_count(). 17 年 前
  Brian Rosner 00c7a578b0 Merge commit 'ask/master' into fixes 17 年 前
  Brian Rosner acf4911910 Handle failures in task_status view such that it won't throw 500s. 17 年 前
  Ask Solem e2b63722a0 Add a "connection" argument to apply_async, so you can re-use the same 17 年 前
  Ask Solem 220ab777b3 Show some information at startup 17 年 前
  Ask Solem cec23bc9d3 Fix typo AMQP_HOST -> AMQP_SERVER. Thanks jasber. 17 年 前
  Ask Solem fce77afc99 Forgot to add link to celery-users group. 17 年 前
  Ask Solem 5d971e1e7c README: Added info about IRC channel and mailing list. (maybe it's not such a 17 年 前
  Ask Solem 4ece145c7c Added a document with some interesting related links 17 年 前
  Ask Solem 0aeb2d55f2 Merge branch 'brosner/fixes' 17 年 前
  Ask Solem 2a0fcf6443 Merge branch 'consumebasic' 17 年 前
  Ask Solem 0f33f97dee Fix the taskset set. 17 年 前
  Ask Solem 72fa505c7d Use basic.consume instead of basic.get to receive messages. Closes #8. This 17 年 前
  Brian Rosner ebaa8de966 Fixed worker exception e-mail sending broken due to a bad body string and interpolation. 17 年 前
  Ask Solem 31c2ff4b02 Forgot to update bin/celeryd after changing celery/bin/celeryd.py/celeryd 17 年 前
  Brian Rosner 0151f87f1c Don't "require" Django. 17 年 前