Commit History

Author SHA1 Message Date
  Ask Solem 251cc72601 Remove unused conf. Fix typo AMQP_CONNECTION_TIMEOUT -> 16 years ago
  Ask Solem 82e6d7939c Clean-up celery.conf docstrings 16 years ago
  Ask Solem 471de7acc9 Avoid circular import 16 years ago
  Ask Solem f67de4a516 Ability to set serializer to pickle, json or yaml. globally, per task, or per execution. 16 years ago
  Ask Solem 041e245d9a Merge branch 'master' into nodjango 16 years ago
  Ask Solem 9209f38139 PEP8ify 16 years ago
  Ask Solem 584204ced6 celeryd now survives a restart of the AMQP server! Automatically re-establish AMQP broker connection if its lost. New settings: 16 years ago
  Ask Solem d9abd1037a Merge branch 'master' into consumerset 16 years ago
  Ask Solem 3cdbddfc98 New settings variable: CELERY_TASK_RESULT_EXPIRES: 16 years ago
  Ask Solem 1a03757b78 Adds eager execution. celery.execute.apply|Task.apply executes the function locally by 16 years ago
  Ask Solem dea1636108 Abstracted out on_task_init, on_worker_init and the reading of settings so the 16 years ago
  Ask Solem c4e58d5d09 Merge branch 'screeley/master' into consumerset 16 years ago
  Ask Solem e4ae580003 Autogenerated documentation for github. 16 years ago
  screeley e2d0a56c91 Changing Task Consumer to Task Consumer Set in Worker. 16 years ago
  Ask Solem bdd354e9e3 Dump statistics to cache 16 years ago
  Ask Solem d4dd459a56 Set default AMQP connection timeout to 4. Also, now configurable via the 16 years ago
  Brian Rosner 857067da06 Adjusted the default concurrency to multiprocessing.cpu_count(). 16 years ago
  Ask Solem 72fa505c7d Use basic.consume instead of basic.get to receive messages. Closes #8. This 16 years ago
  Ask Solem c1f045e59e Lowered DEFAULT_QUEUE_WAKEUP_AFTER to 0.1 16 years ago
  Ask Solem 20caa1bd2a Fix rst syntax warnings. 16 years ago
  Ask Solem 543db31ae9 * Remove conf.REAP_TIMEOUT (unused). 16 years ago
  gregoire e3d8168746 Send traceback of errors in tasks when SEND_CELERY_TASK_ERROR_EMAILS is True or, if unset, DEBUG is False (as in production) 16 years ago
  Ask Solem bd3149fe48 Fix occurences of "e.g"/"i.e" -> "e.g."/"i.e." 16 years ago
  Ask Solem ea2f3a4a6e pep8ify 16 years ago
  Ask Solem 474e5b2374 Revert to pre-broken pystrip execution 16 years ago
  Ask Solem 2723ca06da Remove extraenous whitespace using pystrip 16 years ago
  Ask Solem 62229191be Fix stupid mistakes 16 years ago
  Ask Solem 9359fcc1a1 Added support for message priorities, topic exchanges, custom routing key for tasks, mandatory and immediate flags. 16 years ago
  Ask Solem cc199089ac Restart pool if a process is dead 16 years ago
  Ask Solem af78d4e7cf Move celery.conf documentation to module itself, and use autoconf 16 years ago