Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Raven is not configured (logging is disabled). Please see the documentation for more information.
  2. [2016-07-01 11:34:23,860: DEBUG/MainProcess] | Worker: Preparing bootsteps.
  3. [2016-07-01 11:34:23,864: DEBUG/MainProcess] | Worker: Building graph...
  4. [2016-07-01 11:34:23,865: DEBUG/MainProcess] | Worker: New boot order: {Beat, Timer, Hub, Queues (intra), Pool, Autoreloader, Autoscaler, StateDB, Consumer}
  5. [2016-07-01 11:34:23,879: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
  6. [2016-07-01 11:34:23,879: DEBUG/MainProcess] | Consumer: Building graph...
  7. [2016-07-01 11:34:23,894: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Tasks, Control, Agent, Heart, Gossip, event loop}
  8.  
  9. -------------- celery@Mikes-MacBook-Pro.local v3.1.19 (Cipater)
  10. ---- **** -----
  11. --- * *** * -- Darwin-15.0.0-x86_64-i386-64bit
  12. -- * - **** ---
  13. - ** ---------- [config]
  14. - ** ---------- .> app: hellomama_registration:0x109308c50
  15. - ** ---------- .> transport: redis://localhost:6379/0
  16. - ** ---------- .> results: djcelery.backends.database:DatabaseBackend
  17. - *** --- * --- .> concurrency: 4 (prefork)
  18. -- ******* ----
  19. --- ***** ----- [queues]
  20. -------------- .> mediumpriority exchange=mediumpriority(direct) key=mediumpriority
  21. .> metrics exchange=metrics(direct) key=metrics
  22. .> priority exchange=priority(direct) key=priority
  23.  
  24. [tasks]
  25. . celery.backend_cleanup
  26. . celery.chain
  27. . celery.chord
  28. . celery.chord_unlock
  29. . celery.chunks
  30. . celery.group
  31. . celery.map
  32. . celery.starmap
  33. . hellomama_registration.celery.debug_task
  34. . hellomama_registration.changes.tasks.implement_action
  35. . hellomama_registration.registrations.tasks.validate_registration
  36. . hellomama_registration.tasks.fire_metric
  37. . registrations.tasks.DeliverHook
  38. . rest_hooks.tasks.DeliverHook
  39.  
  40. [2016-07-01 11:34:23,916: DEBUG/MainProcess] | Worker: Starting Hub
  41. [2016-07-01 11:34:23,916: DEBUG/MainProcess] ^-- substep ok
  42. [2016-07-01 11:34:23,916: DEBUG/MainProcess] | Worker: Starting Pool
  43. [2016-07-01 11:34:23,929: DEBUG/MainProcess] ^-- substep ok
  44. [2016-07-01 11:34:23,938: DEBUG/MainProcess] | Worker: Starting Consumer
  45. [2016-07-01 11:34:23,939: DEBUG/MainProcess] | Consumer: Starting Connection
  46. [2016-07-01 11:34:24,007: INFO/MainProcess] Connected to redis://localhost:6379/0
  47. [2016-07-01 11:34:24,008: DEBUG/MainProcess] ^-- substep ok
  48. [2016-07-01 11:34:24,009: DEBUG/MainProcess] | Consumer: Starting Events
  49. [2016-07-01 11:34:24,023: DEBUG/MainProcess] ^-- substep ok
  50. [2016-07-01 11:34:24,024: DEBUG/MainProcess] | Consumer: Starting Mingle
  51. [2016-07-01 11:34:24,024: INFO/MainProcess] mingle: searching for neighbors
  52. [2016-07-01 11:34:25,030: INFO/MainProcess] mingle: all alone
  53. [2016-07-01 11:34:25,031: DEBUG/MainProcess] ^-- substep ok
  54. [2016-07-01 11:34:25,031: DEBUG/MainProcess] | Consumer: Starting Tasks
  55. [2016-07-01 11:34:25,039: DEBUG/MainProcess] ^-- substep ok
  56. [2016-07-01 11:34:25,040: DEBUG/MainProcess] | Consumer: Starting Control
  57. [2016-07-01 11:34:25,044: DEBUG/MainProcess] ^-- substep ok
  58. [2016-07-01 11:34:25,044: DEBUG/MainProcess] | Consumer: Starting Heart
  59. [2016-07-01 11:34:25,045: DEBUG/MainProcess] ^-- substep ok
  60. [2016-07-01 11:34:25,046: DEBUG/MainProcess] | Consumer: Starting Gossip
  61. [2016-07-01 11:34:25,051: DEBUG/MainProcess] ^-- substep ok
  62. [2016-07-01 11:34:25,051: DEBUG/MainProcess] | Consumer: Starting event loop
  63. [2016-07-01 11:34:25,051: WARNING/MainProcess] celery@Mikes-MacBook-Pro.local ready.
  64. [2016-07-01 11:34:25,051: DEBUG/MainProcess] | Worker: Hub.register Pool...
  65. [2016-07-01 11:34:25,052: DEBUG/MainProcess] basic.qos: prefetch_count->16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement