コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 0c800e1c88 Merge branch 'mattjmorrison/patch-1' 14 年 前
  Ask Solem d5968a4618 Adds Mauro Rocco to AUTHORS 14 年 前
  Ask Solem 8b6a99efb0 Adds lookfwd to AUTHORS 14 年 前
  Ask Solem 3dc3071b52 Merge branch 'lookfwd/master' 14 年 前
  Mauro Rocco f603b52acb Add documentation for signals after_setup_logger,after_setup_task_logger 14 年 前
  Ask Solem 05c0c97a21 Redis backend passes tests again 14 年 前
  Ask Solem 01513ee8ac Redis result backend: Fixes compat issue with redis-py 2.4.4 14 年 前
  Ask Solem 2e07444f11 Fixes some typos in examples/eventlet/bulk_task_producer.py 14 年 前
  Matthew J Morrison 39b3016a00 removed a duplicate piece of code that was creating a pid file. evcam was trying to create the same pid file twice and getting an error because it already existed (the second time). 14 年 前
  Mauro Rocco ea536e4639 Adds new signals: after_setup_logger and after_setup_task_logger. 14 年 前
  Ask Solem 59619463df Adds some benchmarks to funtests 14 年 前
  lookfwd 4af6942cea adding SSL email configuration (support for gmail etc.) 14 年 前
  Ask Solem cf7cbdd00d PEP8ify 14 年 前
  Ask Solem ccefbc1fdc Master frozen, release candidate 1 14 年 前
  Ask Solem Hoel 971875a51e Merge pull request #393 from mumrah/0daa5616127eb2fd0278bca2b485eff59cfdfb10 14 年 前
  Ask Solem Hoel 8f2579d457 Merge pull request #391 from skoczen/patch-1 14 年 前
  David Arthur 0daa561612 Batched tasks were failing silently 14 年 前
  Steven Skoczen f27faaaf2d Typo fixes. 14 年 前
  Ask Solem 233366e7c8 Bumps version to 2.3.0a2 14 年 前
  Ask Solem d16c9061db PEP8ify + pyflakes 14 年 前
  Ask Solem a08933db18 Adds events.default_dispatcher(): context manager to easily get a event dispatcher using the connection pool 14 年 前
  Ask Solem fb88603966 Adds Harm Verhagen to AUTHORS 14 年 前
  Harm Verhagen 990c892426 fix --gid option of celery_multi 14 年 前
  Ask Solem 63f5ee0d0b celery.apps.worker did not respect CELERY_SEND_EVENTS. Closes #387. Thanks to tu1ly 14 年 前
  Ask Solem 4ba2b68e9e Fixes bug in celery.utils.find_module 14 年 前
  Ask Solem 6c6b5f54f3 Tasks Userguide: Fixes typo self.retry -> add.retry 14 年 前
  Ask Solem 3de4753768 Use imp.find_module to ensure the config module exists, so import errors in the config module is not silenced 14 年 前
  Ask Solem 06cae88e10 Celerybeat: Now syncs every 3 minutes, not just at shutdown. Closes #382 14 年 前
  Ask Solem aa11892e62 Events State: Unknown task events are now handled by setting the state to the uppercase last portion of the event type 14 年 前
  Ask Solem c3a68784e2 celery.task.base moved to celery.app.task so everything does not need to be loaded just to create a task 14 年 前