.. |
app
|
059b3056de
send_task now respects routing configuration
|
14 years ago |
apps
|
4fbdffdfbc
PEP8ify
|
14 years ago |
backends
|
0606fda57c
Merge branch 'master' into kombu2
|
14 years ago |
bin
|
1af56346f2
Command.app was not set
|
14 years ago |
concurrency
|
875e946d15
pool: Remove annoying debug log message
|
14 years ago |
contrib
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
14 years ago |
db
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
14 years ago |
events
|
bdd8499b1c
EventReceiver now sends heartbeat request to find workers, and celeryev displays them immediately when it starts
|
14 years ago |
execute
|
d4a75425a3
Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default.
|
15 years ago |
loaders
|
2a3976630c
Make error e-mail timeout configurable by adding the EMAIL_TIMEOUT setting. Closes #248.
|
14 years ago |
task
|
c87d6a7f12
control.broadcast: Can now specify the channel to use for sending the broadcast message
|
14 years ago |
tests
|
de279344fa
Consumer: Close broadcast consumer when connection is reset. Thanks to David Wolever
|
14 years ago |
utils
|
385bb85517
Sending of error e-mails was not working
|
14 years ago |
worker
|
de279344fa
Consumer: Close broadcast consumer when connection is reset. Thanks to David Wolever
|
14 years ago |
__init__.py
|
2f6fb66dbc
Bumped version to 2.2.0a4
|
14 years ago |
beat.py
|
1db111890e
Beat: Keep the same connection/producer
|
14 years ago |
conf.py
|
58459d7477
Forgot to remove EVENT settings from celery.conf
|
14 years ago |
datastructures.py
|
0694993e93
More efficient pickling of App objects by e.g. only pickling configuration changes
|
14 years ago |
decorators.py
|
12cfb3a55c
pyflakes
|
15 years ago |
exceptions.py
|
8fb16ea6fb
.concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError
|
15 years ago |
log.py
|
d05b523ee9
logging: Default logfile is now sys.__stderr__ instead of sys.stderr, so it does not redirect back to logging. Also, task logger does now disable propagate by default (can be enabled again by task.get_logger(propagate=True)
|
14 years ago |
messaging.py
|
0606fda57c
Merge branch 'master' into kombu2
|
14 years ago |
platforms.py
|
864402dd05
pwd and grp not available on Windows. Closes #210. Thanks to klibertb
|
15 years ago |
registry.py
|
40ba910ea0
Smarter pickling of AsyncResult's
|
14 years ago |
result.py
|
a5b28dc485
TaskSetResult: Remove useless code
|
14 years ago |
routes.py
|
823f45cf0a
Documentation improvements
|
14 years ago |
schedules.py
|
cfb2c96386
Fix crontab scheduler -- for Sunday, datetime.isoweekday() == 7, not 0, as we expect. Slight cleanup.
|
14 years ago |
serialization.py
|
823f45cf0a
Documentation improvements
|
14 years ago |
signals.py
|
1c0eb185e7
Changed the way logging is configured.
|
15 years ago |
states.py
|
dedd2ab8cc
celery.states. Added RETRy to precedence rules: after PENDING
|
15 years ago |