提交歷史

作者 SHA1 備註 提交日期
  Ask Solem a6357948ab 100% Coverage for celery.app.* 15 年之前
  Ask Solem 8bb09e0d97 Moved Autoscaler into own module celery.worker.autoscale 15 年之前
  Ask Solem c053ca114d Removed mystery appearance of reraises_exception config 15 年之前
  Ask Solem 59bff41c6b Cosmetics 15 年之前
  Ask Solem 1276fcfd1c Merge branch 'peplin/reraise_exceptions' 15 年之前
  Ask Solem e6451a6117 ETA tasks now working with evenlet using spawn_after_local instead of timer2.Timer 15 年之前
  Ask Solem 060b266866 AMQP result backend now uses a connection pool (new setting: CELERY_AMQP_TASK_RESULT_CONNECTION_MAX). This means results can now be sent when running in eventlet/gevent 15 年之前
  John Watson 6b8377d5b5 Add CELERYD_FORCE_HIJACK_ROOT_LOGGER option 15 年之前
  Christopher Peplin 82219f291d Optionally re-raise exceptions in tasks to preserve full traceback. 15 年之前
  Ask Solem 2a3976630c Make error e-mail timeout configurable by adding the EMAIL_TIMEOUT setting. Closes #248. 15 年之前
  Ask Solem 07b6e297da Added CELERY_SEND_TASK_SENT_EVENT option. If enabled an event will be sent out 15 年之前
  Ask Solem 259e049c4a Events are now transient and is using a topic exchange (instead of direct). 15 年之前
  Ask Solem 0606fda57c Merge branch 'master' into kombu2 15 年之前
  Ask Solem ba8b38c848 Merge branch 'autoscale' 15 年之前
  Ask Solem 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 年之前
  Ask Solem c268470505 Added support for Kombu message compression using the CELERY_MESSAGE_COMPRESSION setting, or the compression argument to apply_async. Can also be set using routers. 15 年之前
  Ask Solem dbe832f744 Can now configure the apps main module name, used to autogenerate the module name if '__main__' 15 年之前
  Ask Solem fe91f0ba35 Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default. 15 年之前
  Ask Solem 3333e655a5 Added CELERYBEAT_SCHEDULER setting, used to define the default for celerybeats -S option 15 年之前
  Ask Solem 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 15 年之前
  Ask Solem 9e193f9517 Configuration must appear after '--': 15 年之前
  Ask Solem 2ac5db7f37 Configuration is now referencing the original dict, not copying it. 15 年之前
  Ask Solem 7f082a8ea8 Intense refactoring 15 年之前