Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem 54d160a0b5 Adds @task(bare=True) which mean the worker will execute the task directly, without calling callbacks, writing results etc. vor 13 Jahren
  Ask Solem be08d6c0de Don't import ctypes types from winapi. Thanks to tigrang vor 13 Jahren
  Ask Solem 381dec4f44 Signal handler now raises if running without threads (while threads set a global should_stop flag) vor 13 Jahren
  Ask Solem e6c9f14bb5 Adds TaskPool.readers/.writers instead of .eventmap vor 13 Jahren
  Ask Solem 144e352ee7 Adds celery.utils.threads.active_count vor 13 Jahren
  Ask Solem 1a984d973f FORCE_EXECV is no longer enabled by default if using the eventloop (amqp/redis) vor 13 Jahren
  Ask Solem 0a4a092dff eventloop improvements vor 13 Jahren
  Ask Solem 2d93e31360 event hub now supports writers vor 13 Jahren
  Ask Solem 7242818992 CELERY_BENCH now prints average and total time at shutdown vor 13 Jahren
  Ask Solem cc1598eaaa Fix for solo pool vor 13 Jahren
  Ask Solem df92aef158 Disable mediator inside of eventloop vor 13 Jahren
  Ask Solem 16dcb2a192 Eventloop: Buffer when messages come close together vor 13 Jahren
  Ask Solem 7f2b9dad4c Disable mediator thread when using eventloop vor 13 Jahren
  Ask Solem 22d11ddc82 Merge branch 'master' into hub_semaphore vor 13 Jahren
  Ask Solem 8092efe8f7 eventloop: AIO versiosn of multiprocessing Supervisor, and disable TaskHandler thread vor 13 Jahren
  Ask Solem edf7c19e12 timer2: apply_interval no longer executes twice in the same time window vor 13 Jahren
  Ask Solem 7e43c5583d Documentation now uses 'raise task.retry()' vor 13 Jahren
  Ask Solem 3d2101fbe2 Worker: Shutdown even if trying to restablish connection vor 13 Jahren
  Ask Solem bb9c089a7a Task.si(*a, **k) is now .subtask(a, k, immutable=True) vor 13 Jahren
  Ask Solem 141c232f75 Clarify the function of default queue, exchange and rkey settings. Closes #655 vor 13 Jahren
  Ask Solem c0ac1b763f Only ever use one timer thread, and instead set the priorority for items. vor 13 Jahren
  Ask Solem 1ecc4c99f1 verify_index + verify_configref vor 13 Jahren
  Ask Solem 4b29620696 Bumps version to 2.6.0rc3 vor 13 Jahren
  Ask Solem 9e6000c7c1 Document day_of_month and month_of_year crontabs vor 13 Jahren
  Ask Solem f8a54a689f Evented mode now uses a custom semaphore not using threads vor 13 Jahren
  Ask Solem 1028344a3e Processes: Recent changes broke joining of pool vor 13 Jahren
  Ask Solem b05154ed30 Adds missing reference pages vor 13 Jahren
  Ask Solem e6c19ad57f Cosmetics vor 13 Jahren
  Ask Solem 929405e8ba Adds Keith Perkins <keith@tasteoftheworld.us> to AUTHORS vor 13 Jahren
  Keith Perkins dc6508fdc1 Adds day of month and month of year cronspec options to crontab scheduler vor 13 Jahren