Advertisement
Mochinov

Untitled

Mar 25th, 2022
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. celery -A celery worker --beat --loglevel=debug
  2. [2022-03-25 14:54:22,534: DEBUG/MainProcess] | Worker: Preparing bootsteps.
  3. [2022-03-25 14:54:22,568: DEBUG/MainProcess] | Worker: Building graph...
  4. [2022-03-25 14:54:22,573: DEBUG/MainProcess] | Worker: New boot order: {Timer, Hub, Pool, Autoscaler, Beat, StateDB, Consumer}
  5. [2022-03-25 14:54:22,668: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
  6. [2022-03-25 14:54:22,671: DEBUG/MainProcess] | Consumer: Building graph...
  7. [2022-03-25 14:54:22,741: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Agent, Events, Heart, Mingle, Tasks, Control, Gossip, event loop}
  8. [2022-03-25 14:54:22,749: WARNING/MainProcess] No hostname was supplied. Reverting to default 'localhost'
  9.  
  10. -------------- celery@274531.simplecloud.ru v5.2.3 (dawn-chorus)
  11. --- ***** -----
  12. -- ******* ---- Linux-5.4.0-104-generic-x86_64-with-glibc2.29 2022-03-25 14:54:22
  13. - *** --- * ---
  14. - ** ---------- [config]
  15. - ** ---------- .> app: default:0x7f3be1a3cca0 (.default.Loader)
  16. - ** ---------- .> transport: amqp://guest:**@localhost:5672//
  17. - ** ---------- .> results: disabled://
  18. - *** --- * --- .> concurrency: 1 (prefork)
  19. -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
  20. --- ***** -----
  21. -------------- [queues]
  22. .> celery exchange=celery(direct) key=celery
  23.  
  24.  
  25. [tasks]
  26. . celery.accumulate
  27. . celery.backend_cleanup
  28. . celery.chain
  29. . celery.chord
  30. . celery.chord_unlock
  31. . celery.chunks
  32. . celery.group
  33. . celery.map
  34. . celery.starmap
  35.  
  36. [2022-03-25 14:54:22,852: DEBUG/MainProcess] | Worker: Starting Hub
  37. [2022-03-25 14:54:22,855: DEBUG/MainProcess] ^-- substep ok
  38. [2022-03-25 14:54:22,864: DEBUG/MainProcess] | Worker: Starting Pool
  39. [2022-03-25 14:54:22,934: DEBUG/MainProcess] ^-- substep ok
  40. [2022-03-25 14:54:22,950: DEBUG/MainProcess] | Worker: Starting Beat
  41. [2022-03-25 14:54:22,964: DEBUG/MainProcess] ^-- substep ok
  42. [2022-03-25 14:54:22,979: DEBUG/MainProcess] | Worker: Starting Consumer
  43. [2022-03-25 14:54:22,984: DEBUG/MainProcess] | Consumer: Starting Connection
  44. [2022-03-25 14:54:23,033: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
  45. Trying again in 2.00 seconds... (1/100)
  46.  
  47. [2022-03-25 14:54:25,064: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
  48. Trying again in 4.00 seconds... (2/100)
  49.  
  50. ^C
  51. worker: Hitting Ctrl+C again will terminate all running tasks!
  52.  
  53. worker: Warm shutdown (MainProcess)
  54. [2022-03-25 14:54:26,347: DEBUG/MainProcess] | Worker: Closing Hub...
  55. [2022-03-25 14:54:26,351: DEBUG/MainProcess] | Worker: Closing Pool...
  56. [2022-03-25 14:54:26,355: DEBUG/MainProcess] | Worker: Closing Beat...
  57. [2022-03-25 14:54:26,356: DEBUG/MainProcess] | Worker: Closing Consumer...
  58. [2022-03-25 14:54:26,362: DEBUG/MainProcess] | Worker: Stopping Consumer...
  59. [2022-03-25 14:54:26,364: DEBUG/MainProcess] | Worker: Stopping Beat...
  60. [2022-03-25 14:54:26,364: INFO/MainProcess] beat: Shutting down...
  61. [2022-03-25 14:54:26,364: DEBUG/MainProcess] | Worker: Stopping Pool...
  62. [2022-03-25 14:54:27,402: DEBUG/MainProcess] | Worker: Stopping Hub...
  63. [2022-03-25 14:54:27,406: DEBUG/MainProcess] | Consumer: Shutdown Gossip...
  64. [2022-03-25 14:54:27,407: DEBUG/MainProcess] | Consumer: Shutdown Control...
  65. [2022-03-25 14:54:27,408: DEBUG/MainProcess] | Consumer: Shutdown Tasks...
  66. [2022-03-25 14:54:27,410: DEBUG/MainProcess] | Consumer: Shutdown Heart...
  67. [2022-03-25 14:54:27,410: DEBUG/MainProcess] | Consumer: Shutdown Events...
  68. [2022-03-25 14:54:27,411: DEBUG/MainProcess] | Consumer: Shutdown Connection...
  69. [2022-03-25 14:54:27,412: DEBUG/MainProcess] removing tasks from inqueue until task handler finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement