bin
|
b8255146b2
Moved celerymon stuff to celerymon, so we can move it out of the main repo
|
15 years ago |
celery
|
a516749fd8
Added task_id to apply() call from apply_async. Made apply() respect task_id argument if it exists.
|
15 years ago |
contrib
|
8c3df7cd65
Added DAEMON_OPTS as an env variable for extra daemon options, also CELERYD/CELERYBEAT_USER + _GROUP as variables for the --chuid and --group options. Thanks to David De La Harpe Golden. Closes #73
|
15 years ago |
docs
|
8ed59646e4
Added external tutorial link to Rich Leland's "Message Queues, Django and Celery Quick Start"
|
15 years ago |
examples
|
659389c873
Proofread readme in httpexample
|
15 years ago |
testproj
|
db5e073893
Refactored celery.bin.celeryd so it's possible to test it
|
15 years ago |
.gitignore
|
a7865282a2
Added *.db to .gitignore
|
15 years ago |
AUTHORS
|
1db5e385a5
Added Adam Endicott to AUTHORS
|
15 years ago |
Changelog
|
b7d4d4c052
Resolved runeh's documentation FIXME's
|
15 years ago |
FAQ
|
529dd7146b
PEP8ify
|
15 years ago |
INSTALL
|
316a1e6475
Apparently INSTALL is a required file at pypants, so lets add it then.
|
15 years ago |
LICENSE
|
47bb9dcad8
Renamed LICENCE -> LICENSE. Apparently LICENCE is a typo in the pycheesecake docs (and thank science for that).
|
15 years ago |
MANIFEST.in
|
65aaffea4d
Added contrib to MANIFEST.in
|
15 years ago |
README
|
cfe7e16175
Bump version to 0.8.0
|
15 years ago |
README.rst
|
7711b08ff3
Rendered README.rst
|
15 years ago |
THANKS
|
8b1f46de33
THANKS: Thanks to Martin Mahner for the Sphinx theme.
|
15 years ago |
TODO
|
5df08a9d0d
PyPANTS PYPANTS!!
|
15 years ago |
pavement.py
|
edb2dba360
Consistent naming for save_taskset/restore_taskset
|
15 years ago |
setup.cfg
|
a6bb0481ad
Added setup.cfg with options for build_sphinx + upload_sphinx
|
15 years ago |
setup.py
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
15 years ago |