-
- celery worker -A celery_worker.celery --loglevel=debug
- [2016-09-28 07:45:39,851: DEBUG/MainProcess] | Worker: Preparing bootsteps.
- [2016-09-28 07:45:39,853: DEBUG/MainProcess] | Worker: Building graph...
- [2016-09-28 07:45:39,854: DEBUG/MainProcess] | Worker: New boot order: {Beat, Timer, Hub, Queues (intra), Pool, Autoreloader, StateDB, Autoscaler, Consumer}
- [2016-09-28 07:45:39,858: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
- [2016-09-28 07:45:39,859: DEBUG/MainProcess] | Consumer: Building graph...
- [2016-09-28 07:45:39,863: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Heart, Mingle, Gossip, Agent, Tasks, Control, event loop}
- [2016-09-28 07:45:39,863: WARNING/MainProcess] /sites/dsim/venv-3.4/lib/python3.4/site-packages/celery/apps/worker.py:161: CDeprecationWarning:
- Starting from version 3.2 Celery will refuse to accept pickle by default.
-
- The pickle serializer is a security concern as it may give attackers
- the ability to execute any command. It's important to secure
- your broker from unauthorized access when using pickle, so we think
- that enabling pickle should require a deliberate action and not be
- the default choice.
-
- If you depend on pickle then you should set a setting to disable this
- warning and to be sure that everything will continue working
- when you upgrade to Celery 3.2::
-
- CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
-
- You must only enable the serializers that you will actually use.
-
-
- warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
-
- -------------- celery@salt v3.1.23 (Cipater)
- ---- **** -----
- --- * *** * -- Linux-2.6.32-042stab090.5-x86_64-with-Ubuntu-14.04-trusty
- -- * - **** ---
- - ** ---------- [config]
- - ** ---------- .> app: app:0x7f3668565dd8
- - ** ---------- .> transport: amqp://guest:**@localhost:5672//
- - ** ---------- .> results: disabled://
- - *** --- * --- .> concurrency: 1 (prefork)
- -- ******* ----
- --- ***** ----- [queues]
- -------------- .> celery exchange=celery(direct) key=celery
-
-
- [tasks]
- . app.celeries.views.send_async_email
- . celery.backend_cleanup
- . celery.chain
- . celery.chord
- . celery.chord_unlock
- . celery.chunks
- . celery.group
- . celery.map
- . celery.starmap
-
- [2016-09-28 07:45:39,865: DEBUG/MainProcess] | Worker: Starting Pool
-