CONTRIBUTORS.txt
Changelog
LICENSE
MANIFEST.in
README.rst
TODO
setup.cfg
setup.py
celery/__compat__.py
celery/__init__.py
celery/__main__.py
celery/_state.py
celery/beat.py
celery/canvas.py
celery/datastructures.py
celery/exceptions.py
celery/local.py
celery/platforms.py
celery/result.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/abstract.py
celery/app/amqp.py
celery/app/annotations.py
celery/app/base.py
celery/app/builtins.py
celery/app/control.py
celery/app/defaults.py
celery/app/log.py
celery/app/registry.py
celery/app/routes.py
celery/app/task.py
celery/app/utils.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/mongodb.py
celery/backends/redis.py
celery/backends/database/__init__.py
celery/backends/database/a805d4bd.py
celery/backends/database/dfd042c7.py
celery/backends/database/models.py
celery/backends/database/session.py
celery/bin/__init__.py
celery/bin/base.py
celery/bin/camqadm.py
celery/bin/celery.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/contrib/__init__.py
celery/contrib/abortable.py
celery/contrib/batches.py
celery/contrib/bundles.py
celery/contrib/methods.py
celery/contrib/migrate.py
celery/contrib/rdb.py
celery/events/__init__.py
celery/events/cursesmon.py
celery/events/dumper.py
celery/events/snapshot.py
celery/events/state.py
celery/loaders/__init__.py
celery/loaders/app.py
celery/loaders/base.py
celery/loaders/default.py
celery/security/__init__.py
celery/security/certificate.py
celery/security/key.py
celery/security/serialization.py
celery/security/utils.py
celery/task/__init__.py
celery/task/base.py
celery/task/http.py
celery/task/sets.py
celery/task/trace.py
celery/tests/__init__.py
celery/tests/compat.py
celery/tests/config.py
celery/tests/utils.py
celery/tests/app/__init__.py
celery/tests/app/test_amqp.py
celery/tests/app/test_annotations.py
celery/tests/app/test_app.py
celery/tests/app/test_beat.py
celery/tests/app/test_builtins.py
celery/tests/app/test_celery.py
celery/tests/app/test_control.py
celery/tests/app/test_defaults.py
celery/tests/app/test_loaders.py
celery/tests/app/test_log.py
celery/tests/app/test_routes.py
celery/tests/app/test_utils.py
celery/tests/backends/__init__.py
celery/tests/backends/test_amqp.py
celery/tests/backends/test_backends.py
celery/tests/backends/test_base.py
celery/tests/backends/test_cache.py
celery/tests/backends/test_cassandra.py
celery/tests/backends/test_database.py
celery/tests/backends/test_mongodb.py
celery/tests/backends/test_redis.py
celery/tests/bin/__init__.py
celery/tests/bin/test_base.py
celery/tests/bin/test_camqadm.py
celery/tests/bin/test_celery.py
celery/tests/bin/test_celerybeat.py
celery/tests/bin/test_celeryd.py
celery/tests/bin/test_celeryd_detach.py
celery/tests/bin/test_celeryd_multi.py
celery/tests/bin/test_celeryev.py
celery/tests/bin/test_celeryevdump.py
celery/tests/compat_modules/__init__.py
celery/tests/compat_modules/test_decorators.py
celery/tests/compat_modules/test_messaging.py
celery/tests/concurrency/__init__.py
celery/tests/concurrency/test_concurrency.py
celery/tests/concurrency/test_eventlet.py
celery/tests/concurrency/test_gevent.py
celery/tests/concurrency/test_pool.py
celery/tests/concurrency/test_processes.py
celery/tests/concurrency/test_solo.py
celery/tests/concurrency/test_threads.py
celery/tests/contrib/__init__.py
celery/tests/contrib/test_abortable.py
celery/tests/contrib/test_migrate.py
celery/tests/contrib/test_rdb.py
celery/tests/events/__init__.py
celery/tests/events/test_cursesmon.py
celery/tests/events/test_events.py
celery/tests/events/test_snapshot.py
celery/tests/events/test_state.py
celery/tests/functional/__init__.py
celery/tests/functional/case.py
celery/tests/functional/tasks.py
celery/tests/security/__init__.py
celery/tests/security/case.py
celery/tests/security/test_certificate.py
celery/tests/security/test_key.py
celery/tests/security/test_security.py
celery/tests/security/test_serialization.py
celery/tests/slow/__init__.py
celery/tests/slow/test_buckets.py
celery/tests/tasks/__init__.py
celery/tests/tasks/test_canvas.py
celery/tests/tasks/test_chord.py
celery/tests/tasks/test_context.py
celery/tests/tasks/test_http.py
celery/tests/tasks/test_registry.py
celery/tests/tasks/test_result.py
celery/tests/tasks/test_sets.py
celery/tests/tasks/test_states.py
celery/tests/tasks/test_tasks.py
celery/tests/tasks/test_trace.py
celery/tests/utilities/__init__.py
celery/tests/utilities/test_compat.py
celery/tests/utilities/test_datastructures.py
celery/tests/utilities/test_dispatcher.py
celery/tests/utilities/test_encoding.py
celery/tests/utilities/test_imports.py
celery/tests/utilities/test_info.py
celery/tests/utilities/test_local.py
celery/tests/utilities/test_mail.py
celery/tests/utilities/test_pickle.py
celery/tests/utilities/test_platforms.py
celery/tests/utilities/test_saferef.py
celery/tests/utilities/test_serialization.py
celery/tests/utilities/test_term.py
celery/tests/utilities/test_timer2.py
celery/tests/utilities/test_timeutils.py
celery/tests/utilities/test_utils.py
celery/tests/worker/__init__.py
celery/tests/worker/test_autoreload.py
celery/tests/worker/test_autoscale.py
celery/tests/worker/test_bootsteps.py
celery/tests/worker/test_control.py
celery/tests/worker/test_heartbeat.py
celery/tests/worker/test_hub.py
celery/tests/worker/test_mediator.py
celery/tests/worker/test_request.py
celery/tests/worker/test_revoke.py
celery/tests/worker/test_state.py
celery/tests/worker/test_worker.py
celery/utils/__init__.py
celery/utils/compat.py
celery/utils/debug.py
celery/utils/encoding.py
celery/utils/functional.py
celery/utils/imports.py
celery/utils/log.py
celery/utils/mail.py
celery/utils/serialization.py
celery/utils/term.py
celery/utils/text.py
celery/utils/threads.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/autoreload.py
celery/worker/autoscale.py
celery/worker/bootsteps.py
celery/worker/buckets.py
celery/worker/consumer.py
celery/worker/control.py
celery/worker/heartbeat.py
celery/worker/hub.py
celery/worker/job.py
celery/worker/mediator.py
celery/worker/state.py
celery/worker/strategy.py
docs/AUTHORS.txt
docs/Makefile
docs/THANKS
docs/changelog.rst
docs/community.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/copyright.rst
docs/faq.rst
docs/glossary.rst
docs/index.rst
docs/whatsnew-2.5.rst
docs/whatsnew-3.0.rst
docs/xreftest.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/django/first-steps-with-django.rst
docs/django/index.rst
docs/django/unit-testing.rst
docs/getting-started/first-steps-with-celery.rst
docs/getting-started/index.rst
docs/getting-started/introduction.rst
docs/getting-started/next-steps.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/ironmq.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/getting-started/brokers/sqs.rst
docs/history/changelog-1.0.rst
docs/history/changelog-2.0.rst
docs/history/changelog-2.1.rst
docs/history/changelog-2.2.rst
docs/history/changelog-2.3.rst
docs/history/changelog-2.4.rst
docs/history/changelog-2.5.rst
docs/history/index.rst
docs/images/Celery-Overview-v4.jpg
docs/images/celery_128.png
docs/images/celery_512.png
docs/images/celeryevshotsm.jpg
docs/images/dashboard.png
docs/images/graph.png
docs/images/monitor.png
docs/includes/installation.txt
docs/includes/introduction.txt
docs/includes/resources.txt
docs/internals/app-overview.rst
docs/internals/deprecation.rst
docs/internals/guide.rst
docs/internals/index.rst
docs/internals/protocol.rst
docs/internals/worker.rst
docs/internals/reference/celery._state.rst
docs/internals/reference/celery.app.abstract.rst
docs/internals/reference/celery.app.annotations.rst
docs/internals/reference/celery.app.routes.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.models.rst
docs/internals/reference/celery.backends.database.rst
docs/internals/reference/celery.backends.database.session.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.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.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.events.cursesmon.rst
docs/internals/reference/celery.events.dumper.rst
docs/internals/reference/celery.events.snapshot.rst
docs/internals/reference/celery.platforms.rst
docs/internals/reference/celery.security.certificate.rst
docs/internals/reference/celery.security.key.rst
docs/internals/reference/celery.security.serialization.rst
docs/internals/reference/celery.security.utils.rst
docs/internals/reference/celery.task.trace.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.functional.rst
docs/internals/reference/celery.utils.imports.rst
docs/internals/reference/celery.utils.log.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.text.rst
docs/internals/reference/celery.utils.threads.rst
docs/internals/reference/celery.utils.timer2.rst
docs/internals/reference/celery.utils.timeutils.rst
docs/internals/reference/celery.worker.autoreload.rst
docs/internals/reference/celery.worker.autoscale.rst
docs/internals/reference/celery.worker.bootsteps.rst
docs/internals/reference/celery.worker.buckets.rst
docs/internals/reference/celery.worker.consumer.rst
docs/internals/reference/celery.worker.control.rst
docs/internals/reference/celery.worker.heartbeat.rst
docs/internals/reference/celery.worker.hub.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/celery.worker.strategy.rst
docs/internals/reference/index.rst
docs/reference/celery.app.amqp.rst
docs/reference/celery.app.builtins.rst
docs/reference/celery.app.control.rst
docs/reference/celery.app.defaults.rst
docs/reference/celery.app.log.rst
docs/reference/celery.app.registry.rst
docs/reference/celery.app.rst
docs/reference/celery.app.task.rst
docs/reference/celery.app.utils.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.celery.rst
docs/reference/celery.bin.celerybeat.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.methods.rst
docs/reference/celery.contrib.migrate.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.result.rst
docs/reference/celery.rst
docs/reference/celery.schedules.rst
docs/reference/celery.security.rst
docs/reference/celery.signals.rst
docs/reference/celery.states.rst
docs/reference/celery.task.base.rst
docs/reference/celery.task.http.rst
docs/reference/celery.task.rst
docs/reference/celery.utils.debug.rst
docs/reference/celery.utils.mail.rst
docs/reference/index.rst
docs/sec/CELERYSA-0001.txt
docs/templates/readme.txt
docs/tutorials/daemonizing.rst
docs/tutorials/debugging.rst
docs/tutorials/index.rst
docs/tutorials/otherqueues.rst
docs/tutorials/task-cookbook.rst
docs/userguide/application.rst
docs/userguide/calling.rst
docs/userguide/canvas.rst
docs/userguide/index.rst
docs/userguide/monitoring.rst
docs/userguide/optimizing.rst
docs/userguide/periodic-tasks.rst
docs/userguide/remote-tasks.rst
docs/userguide/routing.rst
docs/userguide/security.rst
docs/userguide/signals.rst
docs/userguide/tasks.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/tasks.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/next-steps/setup.py
examples/next-steps/proj/__init__.py
examples/next-steps/proj/celery.py
examples/next-steps/proj/tasks.py
examples/resultgraph/tasks.py
examples/tutorial/tasks.py
extra/bash-completion/celery.bash
extra/centos/celeryd
extra/centos/celeryd.sysconfig
extra/centos/test_celeryd.sh
extra/debian/README.rst
extra/debian/init.d-deprecated/celerybeat
extra/debian/init.d-deprecated/celeryd
extra/debian/init.d-deprecated/celeryevcam
extra/generic-init.d/celerybeat
extra/generic-init.d/celeryd
extra/generic-init.d/celeryevcam
extra/logtools/find-unprocessed-tasks-debug.sh
extra/logtools/find-unprocessed-tasks.sh
extra/logtools/periodic-task-runtimes.sh
extra/mac/org.celeryq.celerybeat.plist
extra/mac/org.celeryq.celeryd.plist
extra/mac/org.celeryq.celerymon.plist
extra/mac/watch-workers.applescript
extra/release/attribution.py
extra/release/bump_version.py
extra/release/core-modules.txt
extra/release/doc4allmods
extra/release/removepyc.sh
extra/release/sphinx-to-rst.py
extra/release/verify-reference-index.sh
extra/release/verify_config_reference.py
extra/supervisord/celerybeat.conf
extra/supervisord/celeryd.conf
extra/supervisord/supervisord.conf
requirements/default-py3k.txt
requirements/default.txt
requirements/dev.txt
requirements/docs.txt
requirements/jython.txt
requirements/pkgutils.txt
requirements/security.txt
requirements/test-ci.txt
requirements/test.txt