コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 433a3bf385 _init_routing_table should take queue argument 15 年 前
  Ask Solem 3a71bdb80f Detecting load is now lazy, and not done when importing celery.loaders. 15 年 前
  Ask Solem cce666c208 Got a 3x performance gain by setting the prefetch count to 4 times the concurrency, (from an average task round-trip of 0.1s to 0.03s!). So added a new setting: CELERYD_PREFETCH_MULTIPLIER which is set to 4 by default. 15 年 前
  Ask Solem 01a8a0ecbb Celery no longer does detaching, you need to use start-stop-daemon, 15 年 前
  Ask Solem 2efb7bf214 Allow for --logfile to work even if not detached, also set all default log files to None (stderr) 15 年 前
  Ask Solem 5c62be33ec Added CELERYMON_LOG_FORMAT 15 年 前
  Ask Solem 26611b783f Can now configure broadcast/event queue/exchange settings, and the amqp result backend exchange. 15 年 前
  Ask Solem b1b2b1de52 Moved startup info related functions to celery.utils.info 15 年 前
  Ask Solem 4cc234159a Pyflakes 15 年 前
  Ask Solem 49b864e596 Adds setting CELERY_IGNORE_RESULT. Enables you to set the default value for Task.ignore_result. 15 年 前
  Ask Solem 0a19c9ff2d PEP8ify 15 年 前
  Ask Solem 890428d4c3 Finally: Configuration naming consistency. Old names deprecated in favor of: 15 年 前
  Ask Solem 8cf86b89be Forgot to emit deprectation warning if CELERY_AMQP_CONSUMER_QUEUE present. 15 年 前
  Ask Solem 447ed8e1cc Be compatible with previous queue configuration scheme, but raise DeprecationWarnings if any of the old settings is set. 15 年 前
  Ask Solem ee79e3b466 Updated with new AMQP queue/exchange settings: http://wiki.github.com/ask/celery/rewriting-the-amqp-routing-options 15 年 前
  Ask Solem ba969f807d Use mattrgetter in apply_async() 15 年 前
  Ask Solem 5e40be713e Big celery.conf clean-up 15 年 前
  Ask Solem bcc5ffde42 New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule. 15 年 前
  Ask Solem 0519be0eb3 Doesn't store errors if Task.ignore_result=True anymore, can enable the previous behaviour by setting CELERY_STORE_ERRORS_EVEN_IF_IGNORED 15 年 前
  Ask Solem 3345f160ea Events off by default, can now turn it on by using -E|--event or CELERY_SEND_EVENTS. 15 年 前
  Ask Solem ddaec795c0 Remove the statistics thing (-S, celerystats etc) as it's being replaced by celerymon 15 年 前
  Ask Solem 024fe6a109 Now sending all task events except for task-retried 15 年 前
  Ask Solem 84eb860d99 PEP8ify: Group imports 15 年 前
  Ask Solem ea5ae5efb2 Merge branch 'beat' into 1point0 15 年 前
  Ask Solem 5a3746e591 Getting closer to a working celerybeat 15 年 前
  Ask Solem d2aa6cc86b Fix some syntax errors 15 年 前
  Ask Solem abbad2657b Remove the old periodic task system 15 年 前
  Ask Solem 064fe638b1 Merge branch 'tokenbucket' of github.com:ask/celery into tokenbucket 15 年 前
  Ask Solem 8ff75a73c0 Implementation of rate limits per. task using token buckets. 15 年 前
  Ask Solem 88346f5aa7 Merge branch 'master' into nocallables 15 年 前