abecciu
|
cba1b6fe21
keep models away from syncdb/reset if database backend is not being used.
|
15 years ago |
Ask Solem
|
eed25b7764
Small cosmetic changes to the mongodb backend.
|
15 years ago |
Ask Solem
|
83f164bcec
README: Add mongodb to backend list
|
15 years ago |
Ask Solem
|
d4681ee312
Added Augusto Becciu to AUTHORS
|
15 years ago |
Ask Solem
|
94657fad35
Merge branch 'abecciu/master'
|
15 years ago |
Ask Solem
|
fa9d9d42bd
Change wording (again)
|
15 years ago |
abecciu
|
e3eea25022
added mongodb backend with support for regular and periodic tasks.
|
15 years ago |
Ask Solem
|
76e108e26d
Change wording
|
15 years ago |
Ask Solem
|
79599385e6
Added cookbook entry: Executing tasks on a remote web server
|
15 years ago |
Ask Solem
|
47918450de
Use urllib2 instead of direct httplib, + make RESTProxyTask working
|
15 years ago |
Ask Solem
|
07a5d0b364
Slide examples
|
15 years ago |
Ask Solem
|
f67de4a516
Ability to set serializer to pickle, json or yaml. globally, per task, or per execution.
|
15 years ago |
Ask Solem
|
c95360e77a
REST Task: Support for language agnostic tasks by proxying to HTTP.
|
15 years ago |
Ask Solem
|
89afec0303
Fixed a test suddenly stopped passing after amqplib 0.6.1 (don't even know why
|
15 years ago |
Ask Solem
|
46dc93f726
execute.apply() now uses fun_takes_kwargs to see which default arguments to
|
15 years ago |
Ask Solem
|
a382a29f48
inspect.getargspec takes fun not class instance. Thanks Aaron Ross
|
15 years ago |
Ask Solem
|
21e5ca23d5
Fix running tests without the pytyrant library installed
|
15 years ago |
Ask Solem
|
71a1af1e5b
the call to the Django model is passing traceback=None rather than
|
15 years ago |
Ask Solem
|
fe212dbd2e
Another wording fix...
|
15 years ago |
Ask Solem
|
c562e546ac
Cosmetic changes
|
15 years ago |
Ask Solem
|
deda07a29a
Wording was totally off in the "hanging" issue FAQ, The RabbitMQ server is
|
15 years ago |
Ask Solem
|
7da07a1ced
New cookbook recipe: Ensuring a task is only executed one at a time
|
15 years ago |
Ask Solem
|
577a3ce371
Document that return values of the task handlers (on_success, on_failure,
|
15 years ago |
Ask Solem
|
fb17ee7a74
Pass task_id, args, kwargs to the handlers Task.on_sucess, .on_retry,
|
15 years ago |
Ask Solem
|
bfe1690f94
Managed to merge gh-pages into master. Doh!
|
15 years ago |
Ask Solem
|
9e838e2dbc
Merge branch 'gh-pages' of git@github.com:ask/celery
|
15 years ago |
Ask Solem
|
c4f8e2f191
Properly format Changelog
|
15 years ago |
Ask Solem
|
6293f118b2
Sphinx conf: Configure django settings to properly load modules
|
15 years ago |
Ask Solem
|
b42f9a1a85
Update Changelog for what's changed since 0.6.0
|
15 years ago |
Ask Solem
|
fa338c65d8
PEP8ify
|
15 years ago |