Commit History

作者 SHA1 備註 提交日期
  Ask Solem a375fd32c5 Updated Changelog 14 年之前
  Ask Solem 0852fe8b5c celeryev crashed when terminal is resized. Closes #160. 14 年之前
  Ask Solem 860dc3b401 Disable HUP restart handler on OS X, but emit a warning instead. Closes #152. Thanks to gthb. 14 年之前
  Ask Solem f5ba703a8e celery.execute.trace: Handle raise(str), which is still allowed in Python 2.4. Closes #175. Thanks to psnj. 14 年之前
  Ask Solem be2a7417e8 Changelog: Set final release date for 2.0.3 14 年之前
  Ask Solem eff3ddf0d1 Workaround for proxy autodetection on OS X. Closes #161. Thanks to gthb, ShawnMilo 14 年之前
  Ask Solem 014e2de1a2 Updated changelog to add info about d524e95 14 年之前
  Ask Solem d524e95078 routes: Values defined in the route should have precedence over values defined in CELERY_QUEUES. 14 年之前
  Ask Solem b14acf5a51 Tests for state precedence rules. 14 年之前
  Ask Solem b3d3169e4a celery.events.state: Support events received out of order. Tries to guess order based on state precedence rules 14 年之前
  Ask Solem 688143e6d6 celery.states: Implemented state precedence rules (SUCCESS > FAILURE, etc, etc) 14 年之前
  Ask Solem b777a568cf celery.states: Added RECEIVED state (detail used by events only) 14 年之前
  Ask Solem 2c41cd2e37 99% coverage for celery.events.state 14 年之前
  Ask Solem 2907a38b36 Fixed typos in Changelog 14 年之前
  Ask Solem 16df29cea3 test_buckets: test_on_empty_buckets__get_raises_empty tested wrong behavior 14 年之前
  Ask Solem 006960912e Mediator: Don't sleep between gets (reduces CPU usage considerably when rate limits activated) 14 年之前
  Ask Solem 89d123fd1f worker.buckets.TaskBucket.get: Honor timeout argument and wait for item available in one of the queues. 14 年之前
  Ask Solem 7cadb7506a Changelog merged from release20-maint (for 2.0.3 history) 14 年之前
  Ask Solem c10da74a3d Sending of e-mails did not work, masked by fail_silently. Now warns on error if enabled. 14 年之前
  Ask Solem be01033687 Bug in previous commit if consumer is None 14 年之前
  Ask Solem 3dc17b2ae2 listener: Handle connection errors while closing consumers. 14 年之前
  Ask Solem dcff7e252f EventDispatcher.send: Buffer events if there is a connection problem, so they can be sent later via .flush(). 14 年之前
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes 14 年之前
  Ask Solem 0893dc1feb celery.utils.mail: Fixed typo server -> client 14 年之前
  Ask Solem 967890682b Documentation: Added missing autodoc reference for new modules 14 年之前
  Ask Solem 21f4b14090 Documentation: Reference celery.task.schedules renamed celery.schedules 14 年之前
  Ask Solem a6fe8a3677 Bumped version to 2.1.0a2 14 年之前
  Ask Solem 530bfaf745 log.setup_task_logger accidentally setup loggers with the task format. 14 年之前
  Ask Solem 41edc9e63e timer2: time2.sleep may be unavailable if we lose the race at interpreter shutdown 14 年之前
  Ask Solem ab7f041fc7 Cosmetics 14 年之前