Commit History

作者 SHA1 備註 提交日期
  Ask Solem 91423dbf1e Django Project used for running the unit tests. 16 年之前
  Ask Solem 7b99900ad9 Started writing unit tests (conf, log, models, registry so far). 16 年之前
  Ask Solem 01a10ebf18 Whitespace fix. 16 年之前
  Ask Solem 58f5e2c49e setup_logger and emergency_error now supports a file-like object as logfile 16 年之前
  Ask Solem 52ffc2b264 Add is_done=True to get_all_expired filter. 16 年之前
  Ask Solem cb2a07e16d Add unittest directory discovery. 16 年之前
  Ask Solem b6216d8c29 Fix typo DEFAULT_AMQP_CONSUMER_KEY -> DEFAULT_AMQP_CONSUMER_QUEUE 16 年之前
  Ask Solem c34afd0072 Can now change CELERY_AMQP_EXCHANGE, CELERY_AMQP_ROUTING_KEY, CELERY_AMQP_CONSUMER_QUEUE using Django settings. 16 年之前
  Ask Solem bccc8f5383 Change typo getattr("settings" -> getattr(settings (wups!:)) 16 年之前
  Ask Solem ea151e858d Fix typo auto_add -> auto_now 16 年之前
  Ask Solem 64e64729d3 Added CELERY_TASK_META_USE_DB to store task metadata in the database instead of memcache. 16 年之前
  Ask Solem 88c28ae0cf Introducing TaskSets 16 年之前
  Ask Solem 9a328fb637 Merge branch 'master' of git@github.com:ask/celery 16 年之前
  Ask Solem ea4e4543b5 Catch all exceptions in Task.__call__, so the main process doesn't die. 16 年之前
  Ask Solem 91c75f0896 Catch all exceptions in Task.__call__, so the process doesn't die. 16 年之前
  Ask Solem ad79bdc4c8 Make setup_logger take keyword arguments. 16 年之前
  Ask Solem 0f59629ffb celeryd: Forgot to import celery.log.emergency_error 16 年之前
  Ask Solem e29aa4fd8e Handle the case where fetch_next_task() returns None (because of an exception) 16 年之前
  Ask Solem 751f907f17 Fix up exception handling. 16 年之前
  Ask Solem 0894db2bf0 Catch exceptions, we don't want celeryd to die 16 年之前
  Ask Solem 29c6860239 Make autodiscover() work with zipped eggs. 16 年之前
  Ask Solem c7ca1073eb setup.py: set zip_safe=False, just because we hate eggs. 16 年之前
  Ask Solem c6f4922be9 celeryd: Add current working directory to sys.path for convenience. (maybe this is bad, have to think about the risks involved, but it's certinaly convenient.) 16 年之前
  Ask Solem 7b48860fed PeriodicTasks run_every attribute can now be a timedelta object (if it's an int, it's converted to timedelta(seconds=run_every) 16 年之前
  Ask Solem 104055ecbd Bump version to 0.1.5 16 年之前
  Ask Solem 871a64b1c6 -z not -n 16 年之前
  Ask Solem fa2292d786 Bumped version to 0.1.4 16 年之前
  Ask Solem 742f9bad6c Add DJANGO_PROJECT_DIR environment variable to celeryd (it's appended to 16 年之前
  Ask Solem dcc094eddc Bumped version to 0.1.3 16 年之前
  Ask Solem 7ab8558653 Forgot the send task result to mark_as_done 16 年之前