Ask Solem 2f41c2d1b5 messed up the order of the default vars vs. the result vars. 17 年 前
..
bin 0f59629ffb celeryd: Forgot to import celery.log.emergency_error 17 年 前
tests 2f41c2d1b5 messed up the order of the default vars vs. the result vars. 17 年 前
__init__.py 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.) 17 年 前
conf.py b6216d8c29 Fix typo DEFAULT_AMQP_CONSUMER_KEY -> DEFAULT_AMQP_CONSUMER_QUEUE 17 年 前
discovery.py 29c6860239 Make autodiscover() work with zipped eggs. 17 年 前
log.py 58f5e2c49e setup_logger and emergency_error now supports a file-like object as logfile 17 年 前
managers.py 52ffc2b264 Add is_done=True to get_all_expired filter. 17 年 前
messaging.py 4e8efe187f Forgot to return task_id in _delay_Task 17 年 前
models.py 01a10ebf18 Whitespace fix. 17 年 前
platform.py 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.) 17 年 前
process.py 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.) 17 年 前
registry.py 71face9ab0 Project changes name to celery 17 年 前
task.py 64e64729d3 Added CELERY_TASK_META_USE_DB to store task metadata in the database instead of memcache. 17 年 前
urls.py a6f873eec4 Forgot to add urls.py and views.py to repository 17 年 前
views.py a6f873eec4 Forgot to add urls.py and views.py to repository 17 年 前
worker.py e29aa4fd8e Handle the case where fetch_next_task() returns None (because of an exception) 17 年 前