Histórico de Commits

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