AUTHORS
Changelog
FAQ
INSTALL
LICENSE
MANIFEST.in
README
README.rst
THANKS
TODO
setup.cfg
setup.py
celery/__init__.py
celery/beat.py
celery/conf.py
celery/datastructures.py
celery/decorators.py
celery/exceptions.py
celery/local.py
celery/log.py
celery/messaging.py
celery/platforms.py
celery/registry.py
celery/result.py
celery/routes.py
celery/schedules.py
celery/signals.py
celery/states.py
celery.egg-info/PKG-INFO
celery.egg-info/SOURCES.txt
celery.egg-info/dependency_links.txt
celery.egg-info/entry_points.txt
celery.egg-info/not-zip-safe
celery.egg-info/requires.txt
celery.egg-info/top_level.txt
celery/app/__init__.py
celery/app/amqp.py
celery/app/base.py
celery/app/defaults.py
celery/app/task/__init__.py
celery/apps/__init__.py
celery/apps/beat.py
celery/apps/worker.py
celery/backends/__init__.py
celery/backends/amqp.py
celery/backends/base.py
celery/backends/cache.py
celery/backends/cassandra.py
celery/backends/database.py
celery/backends/mongodb.py
celery/backends/pyredis.py
celery/backends/redis.py
celery/backends/tyrant.py
celery/bin/__init__.py
celery/bin/base.py
celery/bin/camqadm.py
celery/bin/celerybeat.py
celery/bin/celeryctl.py
celery/bin/celeryd.py
celery/bin/celeryd_detach.py
celery/bin/celeryd_multi.py
celery/bin/celeryev.py
celery/concurrency/__init__.py
celery/concurrency/base.py
celery/concurrency/eventlet.py
celery/concurrency/gevent.py
celery/concurrency/solo.py
celery/concurrency/threads.py
celery/concurrency/processes/__init__.py
celery/concurrency/processes/_win.py
celery/concurrency/processes/pool.py
celery/contrib/__init__.py
celery/contrib/abortable.py
celery/contrib/batches.py
celery/contrib/bundles.py
celery/contrib/rdb.py
celery/db/__init__.py
celery/db/a805d4bd.py
celery/db/dfd042c7.py
celery/db/models.py
celery/db/session.py
celery/events/__init__.py
celery/events/cursesmon.py
celery/events/dumper.py
celery/events/snapshot.py
celery/events/state.py
celery/execute/__init__.py
celery/execute/trace.py
celery/loaders/__init__.py
celery/loaders/app.py
celery/loaders/base.py
celery/loaders/default.py
celery/task/__init__.py
celery/task/base.py
celery/task/chords.py
celery/task/control.py
celery/task/http.py
celery/task/schedules.py
celery/task/sets.py
celery/tests/__init__.py
celery/tests/compat.py
celery/tests/config.py
celery/tests/utils.py
celery/tests/functional/__init__.py
celery/tests/functional/case.py
celery/tests/functional/tasks.py
celery/tests/test_app/__init__.py
celery/tests/test_app/test_app_amqp.py
celery/tests/test_app/test_app_defaults.py
celery/tests/test_app/test_beat.py
celery/tests/test_app/test_celery.py
celery/tests/test_app/test_loaders.py
celery/tests/test_app/test_log.py
celery/tests/test_app/test_routes.py
celery/tests/test_backends/__init__.py
celery/tests/test_backends/test_amqp.py
celery/tests/test_backends/test_base.py
celery/tests/test_backends/test_cache.py
celery/tests/test_backends/test_database.py
celery/tests/test_backends/test_pyredis_compat.py
celery/tests/test_backends/test_redis.py
celery/tests/test_backends/test_redis_unit.py
celery/tests/test_backends/test_tyrant.py
celery/tests/test_bin/__init__.py
celery/tests/test_bin/test_celerybeat.py
celery/tests/test_bin/test_celeryd.py
celery/tests/test_bin/test_celeryev.py
celery/tests/test_compat/__init__.py
celery/tests/test_compat/test_decorators.py
celery/tests/test_compat/test_messaging.py
celery/tests/test_concurrency/__init__.py
celery/tests/test_concurrency/test_concurrency_eventlet.py
celery/tests/test_concurrency/test_concurrency_processes.py
celery/tests/test_concurrency/test_concurrency_solo.py
celery/tests/test_concurrency/test_pool.py
celery/tests/test_events/__init__.py
celery/tests/test_events/test_events_cursesmon.py
celery/tests/test_events/test_events_snapshot.py
celery/tests/test_events/test_events_state.py
celery/tests/test_slow/__init__.py
celery/tests/test_slow/test_buckets.py
celery/tests/test_task/__init__.py
celery/tests/test_task/test_chord.py
celery/tests/test_task/test_context.py
celery/tests/test_task/test_execute_trace.py
celery/tests/test_task/test_registry.py
celery/tests/test_task/test_result.py
celery/tests/test_task/test_states.py
celery/tests/test_task/test_task_abortable.py
celery/tests/test_task/test_task_builtins.py
celery/tests/test_task/test_task_control.py
celery/tests/test_task/test_task_http.py
celery/tests/test_task/test_task_sets.py
celery/tests/test_utils/__init__.py
celery/tests/test_utils/test_datastructures.py
celery/tests/test_utils/test_pickle.py
celery/tests/test_utils/test_platforms.py
celery/tests/test_utils/test_serialization.py
celery/tests/test_utils/test_timer2.py
celery/tests/test_utils/test_utils_encoding.py
celery/tests/test_utils/test_utils_info.py
celery/tests/test_utils/test_utils_timeutils.py
celery/tests/test_worker/__init__.py
celery/tests/test_worker/test_worker_autoscale.py
celery/tests/test_worker/test_worker_control.py
celery/tests/test_worker/test_worker_heartbeat.py
celery/tests/test_worker/test_worker_job.py
celery/tests/test_worker/test_worker_mediator.py
celery/tests/test_worker/test_worker_revoke.py
celery/tests/test_worker/test_worker_state.py
celery/utils/__init__.py
celery/utils/compat.py
celery/utils/encoding.py
celery/utils/functional.py
celery/utils/mail.py
celery/utils/patch.py
celery/utils/serialization.py
celery/utils/term.py
celery/utils/timer2.py
celery/utils/timeutils.py
celery/utils/dispatch/__init__.py
celery/utils/dispatch/saferef.py
celery/utils/dispatch/signal.py
celery/worker/__init__.py
celery/worker/autoscale.py
celery/worker/buckets.py
celery/worker/consumer.py
celery/worker/heartbeat.py
celery/worker/job.py
celery/worker/mediator.py
celery/worker/state.py
celery/worker/control/__init__.py
celery/worker/control/builtins.py
celery/worker/control/registry.py
contrib/centos/celeryd.init
contrib/centos/celeryd.sysconfig
contrib/debian/README.rst
contrib/debian/init.d-deprecated/celerybeat
contrib/debian/init.d-deprecated/celeryd
contrib/debian/init.d-deprecated/celeryevcam
contrib/generic-init.d/celerybeat
contrib/generic-init.d/celeryd
contrib/generic-init.d/celeryevcam
contrib/logtools/find-unprocessed-tasks-debug.sh
contrib/logtools/find-unprocessed-tasks.sh
contrib/logtools/periodic-task-runtimes.sh
contrib/mac/org.celeryq.celerybeat.plist
contrib/mac/org.celeryq.celeryd.plist
contrib/mac/org.celeryq.celerymon.plist
contrib/mac/watch-workers.applescript
contrib/release/core-modules.txt
contrib/release/doc4allmods
contrib/release/flakeplus.py
contrib/release/py3k-run-tests
contrib/release/removepyc.sh
contrib/release/sphinx-to-rst.py
contrib/release/verify-reference-index.sh
contrib/release/verify_config_reference.py
contrib/supervisord/celerybeat.conf
contrib/supervisord/celeryd.conf
contrib/supervisord/supervisord.conf
docs/Makefile
docs/changelog.rst
docs/community.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/faq.rst
docs/index.rst
docs/.static/.keep
docs/.templates/page.html
docs/.templates/sidebarintro.html
docs/.templates/sidebarlogo.html
docs/_ext/applyxrefs.py
docs/_ext/celerydocs.py
docs/_ext/literals_to_xrefs.py
docs/_theme/celery/theme.conf
docs/_theme/celery/static/celery.css_t
docs/cookbook/daemonizing.rst
docs/cookbook/index.rst
docs/cookbook/tasks.rst
docs/getting-started/first-steps-with-celery.rst
docs/getting-started/index.rst
docs/getting-started/introduction.rst
docs/getting-started/resources.rst
docs/getting-started/brokers/beanstalk.rst
docs/getting-started/brokers/couchdb.rst
docs/getting-started/brokers/django.rst
docs/getting-started/brokers/index.rst
docs/getting-started/brokers/mongodb.rst
docs/getting-started/brokers/rabbitmq.rst
docs/getting-started/brokers/redis.rst
docs/getting-started/brokers/sqlalchemy.rst
docs/images/Celery-Overview-v4.jpg
docs/images/Celery1.0-inside-worker.jpg
docs/images/celery-broker-worker-nodes.jpg
docs/images/celery-broker-worker-relationship.jpg
docs/images/celery-icon-128.png
docs/images/celery-icon-32.png
docs/images/celery-icon-64.png
docs/images/celery-worker-bindings.jpg
docs/images/celery_128.png
docs/images/celery_512.png
docs/images/celery_favicon_128.png
docs/images/celeryevshotsm.jpg
docs/images/djangoceleryadmin2.jpg
docs/images/favicon.ico
docs/images/favicon.png
docs/includes/installation.txt
docs/includes/introduction.txt
docs/includes/resources.txt
docs/internals/app-overview.rst
docs/internals/deprecation.rst
docs/internals/index.rst
docs/internals/protocol.rst
docs/internals/worker.rst
docs/internals/reference/celery.backends.amqp.rst
docs/internals/reference/celery.backends.base.rst
docs/internals/reference/celery.backends.cache.rst
docs/internals/reference/celery.backends.cassandra.rst
docs/internals/reference/celery.backends.database.rst
docs/internals/reference/celery.backends.mongodb.rst
docs/internals/reference/celery.backends.redis.rst
docs/internals/reference/celery.backends.rst
docs/internals/reference/celery.backends.tyrant.rst
docs/internals/reference/celery.beat.rst
docs/internals/reference/celery.concurrency.base.rst
docs/internals/reference/celery.concurrency.eventlet.rst
docs/internals/reference/celery.concurrency.gevent.rst
docs/internals/reference/celery.concurrency.processes.pool.rst
docs/internals/reference/celery.concurrency.processes.rst
docs/internals/reference/celery.concurrency.rst
docs/internals/reference/celery.concurrency.solo.rst
docs/internals/reference/celery.concurrency.threads.rst
docs/internals/reference/celery.datastructures.rst
docs/internals/reference/celery.db.models.rst
docs/internals/reference/celery.db.session.rst
docs/internals/reference/celery.events.cursesmon.rst
docs/internals/reference/celery.events.dumper.rst
docs/internals/reference/celery.events.snapshot.rst
docs/internals/reference/celery.execute.trace.rst
docs/internals/reference/celery.log.rst
docs/internals/reference/celery.platforms.rst
docs/internals/reference/celery.routes.rst
docs/internals/reference/celery.utils.compat.rst
docs/internals/reference/celery.utils.dispatch.rst
docs/internals/reference/celery.utils.dispatch.saferef.rst
docs/internals/reference/celery.utils.dispatch.signal.rst
docs/internals/reference/celery.utils.encoding.rst
docs/internals/reference/celery.utils.functional.rst
docs/internals/reference/celery.utils.patch.rst
docs/internals/reference/celery.utils.rst
docs/internals/reference/celery.utils.serialization.rst
docs/internals/reference/celery.utils.term.rst
docs/internals/reference/celery.utils.timer2.rst
docs/internals/reference/celery.utils.timeutils.rst
docs/internals/reference/celery.worker.autoscale.rst
docs/internals/reference/celery.worker.buckets.rst
docs/internals/reference/celery.worker.consumer.rst
docs/internals/reference/celery.worker.heartbeat.rst
docs/internals/reference/celery.worker.job.rst
docs/internals/reference/celery.worker.mediator.rst
docs/internals/reference/celery.worker.rst
docs/internals/reference/celery.worker.state.rst
docs/internals/reference/index.rst
docs/reference/celery.app.amqp.rst
docs/reference/celery.app.defaults.rst
docs/reference/celery.app.rst
docs/reference/celery.app.task.rst
docs/reference/celery.apps.beat.rst
docs/reference/celery.apps.worker.rst
docs/reference/celery.bin.base.rst
docs/reference/celery.bin.camqadm.rst
docs/reference/celery.bin.celerybeat.rst
docs/reference/celery.bin.celeryctl.rst
docs/reference/celery.bin.celeryd.rst
docs/reference/celery.bin.celeryd_multi.rst
docs/reference/celery.bin.celeryev.rst
docs/reference/celery.contrib.abortable.rst
docs/reference/celery.contrib.batches.rst
docs/reference/celery.contrib.rdb.rst
docs/reference/celery.events.rst
docs/reference/celery.events.state.rst
docs/reference/celery.exceptions.rst
docs/reference/celery.loaders.app.rst
docs/reference/celery.loaders.base.rst
docs/reference/celery.loaders.default.rst
docs/reference/celery.loaders.rst
docs/reference/celery.registry.rst
docs/reference/celery.result.rst
docs/reference/celery.schedules.rst
docs/reference/celery.signals.rst
docs/reference/celery.states.rst
docs/reference/celery.task.base.rst
docs/reference/celery.task.chords.rst
docs/reference/celery.task.control.rst
docs/reference/celery.task.http.rst
docs/reference/celery.task.rst
docs/reference/celery.task.sets.rst
docs/reference/celery.utils.mail.rst
docs/reference/index.rst
docs/releases/1.0/announcement.rst
docs/slidesource/slide-example1-result.py
docs/slidesource/slide-example1.py
docs/templates/readme.txt
docs/tutorials/clickcounter.rst
docs/tutorials/debugging.rst
docs/tutorials/index.rst
docs/tutorials/otherqueues.rst
docs/userguide/executing.rst
docs/userguide/index.rst
docs/userguide/monitoring.rst
docs/userguide/optimizing.rst
docs/userguide/overview.rst
docs/userguide/periodic-tasks.rst
docs/userguide/remote-tasks.rst
docs/userguide/routing.rst
docs/userguide/signals.rst
docs/userguide/tasks.rst
docs/userguide/tasksets.rst
docs/userguide/workers.rst
docs/userguide/concurrency/eventlet.rst
docs/userguide/concurrency/index.rst
examples/README.rst
examples/app/myapp.py
examples/celery_http_gateway/README.rst
examples/celery_http_gateway/__init__.py
examples/celery_http_gateway/manage.py
examples/celery_http_gateway/settings.py
examples/celery_http_gateway/urls.py
examples/eventlet/README.rst
examples/eventlet/bulk_task_producer.py
examples/eventlet/celeryconfig.py
examples/eventlet/tasks.py
examples/eventlet/webcrawler.py
examples/gevent/celeryconfig.py
examples/gevent/tasks.py
examples/httpexample/README.rst
examples/httpexample/__init__.py
examples/httpexample/manage.py
examples/httpexample/settings.py
examples/httpexample/urls.py
examples/httpexample/views.py
examples/pythonproject/demoapp/README.rst
examples/pythonproject/demoapp/__init__.py
examples/pythonproject/demoapp/celeryconfig.py
examples/pythonproject/demoapp/tasks.py
examples/pythonproject/demoapp/test.py
funtests/setup.py
funtests/bench/worker.py
funtests/suite/__init__.py
funtests/suite/config.py
funtests/suite/test_basic.py
funtests/suite/test_leak.py
requirements/default-py3k.txt
requirements/default.txt
requirements/docs.txt
requirements/pkgutils.txt
requirements/py25.txt
requirements/py26.txt
requirements/test-py3k.txt
requirements/test-pypy.txt
requirements/test.txt