spacepaste

  1.  
  2. celery worker -A celery_worker.celery --loglevel=debug
  3. [2016-09-28 07:45:39,851: DEBUG/MainProcess] | Worker: Preparing bootsteps.
  4. [2016-09-28 07:45:39,853: DEBUG/MainProcess] | Worker: Building graph...
  5. [2016-09-28 07:45:39,854: DEBUG/MainProcess] | Worker: New boot order: {Beat, Timer, Hub, Queues (intra), Pool, Autoreloader, StateDB, Autoscaler, Consumer}
  6. [2016-09-28 07:45:39,858: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
  7. [2016-09-28 07:45:39,859: DEBUG/MainProcess] | Consumer: Building graph...
  8. [2016-09-28 07:45:39,863: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Heart, Mingle, Gossip, Agent, Tasks, Control, event loop}
  9. [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:
  10. Starting from version 3.2 Celery will refuse to accept pickle by default.
  11. The pickle serializer is a security concern as it may give attackers
  12. the ability to execute any command. It's important to secure
  13. your broker from unauthorized access when using pickle, so we think
  14. that enabling pickle should require a deliberate action and not be
  15. the default choice.
  16. If you depend on pickle then you should set a setting to disable this
  17. warning and to be sure that everything will continue working
  18. when you upgrade to Celery 3.2::
  19. CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
  20. You must only enable the serializers that you will actually use.
  21. warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
  22. -------------- celery@salt v3.1.23 (Cipater)
  23. ---- **** -----
  24. --- * *** * -- Linux-2.6.32-042stab090.5-x86_64-with-Ubuntu-14.04-trusty
  25. -- * - **** ---
  26. - ** ---------- [config]
  27. - ** ---------- .> app: app:0x7f3668565dd8
  28. - ** ---------- .> transport: amqp://guest:**@localhost:5672//
  29. - ** ---------- .> results: disabled://
  30. - *** --- * --- .> concurrency: 1 (prefork)
  31. -- ******* ----
  32. --- ***** ----- [queues]
  33. -------------- .> celery exchange=celery(direct) key=celery
  34. [tasks]
  35. . app.celeries.views.send_async_email
  36. . celery.backend_cleanup
  37. . celery.chain
  38. . celery.chord
  39. . celery.chord_unlock
  40. . celery.chunks
  41. . celery.group
  42. . celery.map
  43. . celery.starmap
  44. [2016-09-28 07:45:39,865: DEBUG/MainProcess] | Worker: Starting Pool
  45.