コミット履歴

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