Ask Solem
|
04b0027e64
Celery now supports Django out of the box, just by setting DJANGO_SETTINGS_MODULE envvar
|
12 년 전 |
Ask Solem
|
04bf28ff8a
Use command-line instead of 'command line'
|
12 년 전 |
Ask Solem
|
ded23cadcf
Merge branch '3.0'
|
12 년 전 |
Ask Solem
|
a20ff8a98e
Fixes more eventlet/gevent/threads early patch problems, and also moves importlib+ordereddict (<Py2.7) and simplejson (Py<2.6) dependencies to Kombu
|
12 년 전 |
Ask Solem
|
6cb35fce0f
Don't use future_builtins, it's not available in py3k
|
12 년 전 |
Ask Solem
|
43fb28f769
Use future builtins
|
12 년 전 |
Ask Solem
|
b194fc3935
Use str.format and print_function
|
12 년 전 |
Ask Solem
|
2c4fa2890b
Use except .. as exc
|
12 년 전 |
bobbybeever
|
5ef7a652aa
added worker shutdown event support
|
12 년 전 |
Ask Solem
|
566c4da7b4
Use ' instead of "
|
13 년 전 |
Ask Solem
|
cc1ae88ff9
Remove copyright texts from modules
|
13 년 전 |
Ask Solem
|
fd3808161b
Documentation is now using celery command
|
13 년 전 |
Ask Solem
|
12a00a2513
Adds new option CELERY_INCLUDE as an alternative to CELERY_IMPORTS. Also Celery(include=[..]) works
|
13 년 전 |
Ask Solem
|
fa2d784f82
Cosmetics and stuff
|
13 년 전 |
Ask Solem
|
c8b639bc60
Loads of new tests
|
13 년 전 |
Ask Solem
|
b64fcd2fe4
Must not use utcnow if not CELERY_ENABLE_UTC :doh: Closes #636
|
13 년 전 |
Ask Solem
|
b3495bbb7e
Cosmetics
|
13 년 전 |
Ask Solem
|
7c072e4d31
Armin sez only to use one dot, and he's right
|
13 년 전 |
Ask Solem
|
78d509280f
Use anyjson.loads/dumps instead of serialize/deserialize
|
13 년 전 |
Ask Solem
|
f5f8b21926
Reorganizes utils into utils.imports, utils.text and utils.functional
|
13 년 전 |
Ask Solem
|
073295fe0b
Use kombu.utils.encoding instead
|
13 년 전 |
Ask Solem
|
2fb14811fd
Don't import celery.task (remove it from BUILTIN_MODULES)
|
13 년 전 |
Ask Solem
|
8058082c36
Autoreloader fixes
|
13 년 전 |
Ask Solem
|
9530098d0f
Better exception and traceback handling.
|
13 년 전 |
Seong Won Mun
|
012d449d19
fix UnicodeEncodeError when sending email contains unicode characters.
|
13 년 전 |
Ask Solem
|
c86a7df558
The current datetime now taken from loader.now
|
13 년 전 |
Ask Solem
|
6b52605db6
Updates copyright years to include 2012
|
13 년 전 |
Ask Solem
|
641e838dd6
Cosmetics
|
13 년 전 |
Ask Solem
|
241413507b
Adds loader.on_worker_process_init as a handler when child processes starts
|
13 년 전 |
Ask Solem
|
27caaad22c
Adds module docstrings
|
13 년 전 |