Histórico de commits

Autor SHA1 Mensagem Data
  Ask Solem ddaec795c0 Remove the statistics thing (-S, celerystats etc) as it's being replaced by celerymon 16 anos atrás
  Ask Solem 024fe6a109 Now sending all task events except for task-retried 16 anos atrás
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 anos atrás
  Ask Solem ea5ae5efb2 Merge branch 'beat' into 1point0 16 anos atrás
  Ask Solem 5a3746e591 Getting closer to a working celerybeat 16 anos atrás
  Ask Solem d2aa6cc86b Fix some syntax errors 16 anos atrás
  Ask Solem abbad2657b Remove the old periodic task system 16 anos atrás
  Ask Solem 064fe638b1 Merge branch 'tokenbucket' of github.com:ask/celery into tokenbucket 16 anos atrás
  Ask Solem 8ff75a73c0 Implementation of rate limits per. task using token buckets. 16 anos atrás
  Ask Solem 88346f5aa7 Merge branch 'master' into nocallables 16 anos atrás
  Luis Clara Gomez 34a386d0a5 This patch adds the CELERY_CACHE_BACKEND for using something other than the django-global backend. 16 anos atrás
  Ask Solem 8a17f5e8d2 Lower default loglevel to WARN for 1.0 16 anos atrás
  Ask Solem 251cc72601 Remove unused conf. Fix typo AMQP_CONNECTION_TIMEOUT -> 16 anos atrás
  Ask Solem 82e6d7939c Clean-up celery.conf docstrings 16 anos atrás
  Ask Solem 471de7acc9 Avoid circular import 16 anos atrás
  Ask Solem f67de4a516 Ability to set serializer to pickle, json or yaml. globally, per task, or per execution. 16 anos atrás
  Ask Solem 041e245d9a Merge branch 'master' into nodjango 16 anos atrás
  Ask Solem 9209f38139 PEP8ify 16 anos atrás
  Ask Solem 584204ced6 celeryd now survives a restart of the AMQP server! Automatically re-establish AMQP broker connection if its lost. New settings: 16 anos atrás
  Ask Solem d9abd1037a Merge branch 'master' into consumerset 16 anos atrás
  Ask Solem 3cdbddfc98 New settings variable: CELERY_TASK_RESULT_EXPIRES: 16 anos atrás
  Ask Solem 1a03757b78 Adds eager execution. celery.execute.apply|Task.apply executes the function locally by 16 anos atrás
  Ask Solem dea1636108 Abstracted out on_task_init, on_worker_init and the reading of settings so the 16 anos atrás
  Ask Solem c4e58d5d09 Merge branch 'screeley/master' into consumerset 16 anos atrás
  Ask Solem e4ae580003 Autogenerated documentation for github. 16 anos atrás
  screeley e2d0a56c91 Changing Task Consumer to Task Consumer Set in Worker. 16 anos atrás
  Ask Solem bdd354e9e3 Dump statistics to cache 16 anos atrás
  Ask Solem d4dd459a56 Set default AMQP connection timeout to 4. Also, now configurable via the 16 anos atrás
  Brian Rosner 857067da06 Adjusted the default concurrency to multiprocessing.cpu_count(). 16 anos atrás
  Ask Solem 72fa505c7d Use basic.consume instead of basic.get to receive messages. Closes #8. This 16 anos atrás