Историја ревизија

Аутор 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 година