Ask Solem a57a558015 Clean-up the platform module. hace 16 años
..
backends 5772b2bc98 Get DjangoBrokerConnection from one place: celery.messaging.establish_connection hace 16 años
bin 1a7ebcc1c8 Set euid/egid ourselves. Allow using username/groupnames for the --uid/--gid arguments, also if no --gid is specified, it uses the specified users primary gid. hace 16 años
contrib 947418989c Remove celery.contrib.coroutine hace 16 años
loaders 245a5dfda0 PEP8ify hace 16 años
management ef1b7cd215 Add celerymon management command to celery (shows installation instructions if celerymon is not installed) hace 16 años
task 5772b2bc98 Get DjangoBrokerConnection from one place: celery.messaging.establish_connection hace 16 años
tests 2dbc041560 New way to autodiscover task modules using importlib hace 16 años
worker 0a09648fe3 when embedded inside celeryd, celerybeat now uses a tight loop interval (1 second), this because the service can't shutdown until all threads have woken up. hace 16 años
__init__.py edca5d20df Bumped version to 0.9.1 hace 16 años
beat.py 0f0b3433e6 More docstrings for celery.beat hace 16 años
conf.py bcc5ffde42 New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule. hace 16 años
datastructures.py cfa225cb0d Some more unittests. hace 16 años
decorators.py 9866d1501e New decorator: @periodic_task(run_every=...) hace 16 años
discovery.py 2dbc041560 New way to autodiscover task modules using importlib hace 16 años
events.py 54668397a5 Get default logger from common place. hace 16 años
exceptions.py 076d016d3a Move TimeoutError to celery.exceptions hace 16 años
execute.py 5772b2bc98 Get DjangoBrokerConnection from one place: celery.messaging.establish_connection hace 16 años
log.py 54668397a5 Get default logger from common place. hace 16 años
managers.py 84eb860d99 PEP8ify: Group imports hace 16 años
messaging.py 5772b2bc98 Get DjangoBrokerConnection from one place: celery.messaging.establish_connection hace 16 años
models.py 203fbf230e Now uses django-picklefield (finnaly got rid of the djangosnippets code!) hace 16 años
patch.py a40fc34d38 PEP8ify hace 16 años
platform.py a57a558015 Clean-up the platform module. hace 16 años
registry.py 84eb860d99 PEP8ify: Group imports hace 16 años
result.py 84eb860d99 PEP8ify: Group imports hace 16 años
signals.py 438c68b884 Added signals: worker_init, worker_ready, worker_shutdown hace 16 años
urls.py 84eb860d99 PEP8ify: Group imports hace 16 años
utils.py 0208ec9f8b Moved celery.serialization + celery.utils.functional -> billiard.* hace 16 años
views.py 84eb860d99 PEP8ify: Group imports hace 16 años