Commit History

Author SHA1 Message Date
  Ask Solem 93fc4b9800 Merge branch 'master' of github.com:ask/celery 12 years ago
  Ask Solem 606ba93fb2 Autoreloader now binds to eventloop if kqueue used 12 years ago
  Ask Solem c0f1af3a03 Use readers/writers instead of fdmap 12 years ago
  Ask Solem 9d5aa7c1c1 Hub<->Component refactor + non-threaded autoscale 12 years ago
  Ask Solem 312d95033e Eventloop now runs without Pool TimeoutHandler thread 12 years ago
  Ask Solem 8ccfa2912e timer .enter now supports timestamps instead of datetimes 12 years ago
  Ask Solem ce89e3dc37 CELERY_BENCH: Show RSS memory usag at start and end of benchmark 12 years ago
  Mher Movsisyan 6983bc16da Removes duplicate item 12 years ago
  Ask Solem c091c7a5dd Py2.5: enumerate takes only one argument on py2.5 13 years ago
  Ask Solem fea6f43836 Py2.5: TaskSet can't be UserList since it's an old-style class 13 years ago
  Ask Solem c31c420e79 Now depends on billiard>=2.7.3.7 13 years ago
  Ask Solem 2ca7e34d97 Tox now installs kombu master 13 years ago
  Ask Solem 583d6ae005 Now depends on billiard>=2.7.3.6 13 years ago
  Ask Solem 01925d9738 Use Process.sentinel, not Process._popen.sentinel 13 years ago
  Ask Solem e78161450c on_process_started renamed -> on_process_up 13 years ago
  Ask Solem 73ea354d3d Tests passing 13 years ago
  Ask Solem 632d80f86c flake8 13 years ago
  Ask Solem f5834afa20 Fixes typo 13 years ago
  Ask Solem 9ac95c7020 Merge branch 'hub_semaphore' 13 years ago
  Ask Solem 54d160a0b5 Adds @task(bare=True) which mean the worker will execute the task directly, without calling callbacks, writing results etc. 13 years ago
  Ask Solem be08d6c0de Don't import ctypes types from winapi. Thanks to tigrang 13 years ago
  Ask Solem 381dec4f44 Signal handler now raises if running without threads (while threads set a global should_stop flag) 13 years ago
  Ask Solem e6c9f14bb5 Adds TaskPool.readers/.writers instead of .eventmap 13 years ago
  Ask Solem 144e352ee7 Adds celery.utils.threads.active_count 13 years ago
  Ask Solem 1a984d973f FORCE_EXECV is no longer enabled by default if using the eventloop (amqp/redis) 13 years ago
  Ask Solem 0a4a092dff eventloop improvements 13 years ago
  Ask Solem 2d93e31360 event hub now supports writers 13 years ago
  Ask Solem 7242818992 CELERY_BENCH now prints average and total time at shutdown 13 years ago
  Ask Solem b10d2336f6 celery.contrib.methods: Task decorator for methods 13 years ago
  Ask Solem cc1598eaaa Fix for solo pool 13 years ago