Advertisement
Mochinov

Untitled

Mar 29th, 2022
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. celery -A backend worker --beat --loglevel=debug
  2. [2022-03-29 12:45:53,322: DEBUG/MainProcess] | Worker: Preparing bootsteps.
  3. [2022-03-29 12:45:53,327: DEBUG/MainProcess] | Worker: Building graph...
  4. [2022-03-29 12:45:53,329: DEBUG/MainProcess] | Worker: New boot order: {Timer, Hub, Pool, Autoscaler, Beat, StateDB, Consumer}
  5. [2022-03-29 12:45:53,344: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
  6. [2022-03-29 12:45:53,345: DEBUG/MainProcess] | Consumer: Building graph...
  7. [2022-03-29 12:45:53,380: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Gossip, Heart, Agent, Tasks, Control, event loop}
  8.  
  9. -------------- celery@274531.simplecloud.ru v5.2.3 (dawn-chorus)
  10. --- ***** -----
  11. -- ******* ---- Linux-5.4.0-104-generic-x86_64-with-glibc2.29 2022-03-29 12:45:53
  12. - *** --- * ---
  13. - ** ---------- [config]
  14. - ** ---------- .> app: backend:0x7f804bd28760
  15. - ** ---------- .> transport: redis://localhost:6379//
  16. - ** ---------- .> results: redis://localhost:6379/
  17. - *** --- * --- .> concurrency: 1 (prefork)
  18. -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
  19. --- ***** -----
  20. -------------- [queues]
  21. .> celery exchange=celery(direct) key=celery
  22.  
  23.  
  24. [tasks]
  25. . backend.users.tasks.create_or_update_chat <--- Вот таски
  26. . backend.users.tasks.delete_users <--- Вот таски
  27. . backend.users.tasks.load_message_from_tg. <--- Вот таски
  28. . backend.users.tasks.run_actions <--- Главный метод
  29. . celery.accumulate
  30. . celery.backend_cleanup
  31. . celery.chain
  32. . celery.chord
  33. . celery.chord_unlock
  34. . celery.chunks
  35. . celery.group
  36. . celery.map
  37. . celery.starmap
  38.  
  39. [2022-03-29 12:45:53,415: DEBUG/MainProcess] | Worker: Starting Hub
  40. [2022-03-29 12:45:53,417: DEBUG/MainProcess] ^-- substep ok
  41. [2022-03-29 12:45:53,418: DEBUG/MainProcess] | Worker: Starting Pool
  42. [2022-03-29 12:45:53,512: DEBUG/MainProcess] ^-- substep ok
  43. [2022-03-29 12:45:53,518: DEBUG/MainProcess] | Worker: Starting Beat
  44. [2022-03-29 12:45:53,523: DEBUG/MainProcess] ^-- substep ok
  45. [2022-03-29 12:45:53,532: DEBUG/MainProcess] | Worker: Starting Consumer
  46. [2022-03-29 12:45:53,534: DEBUG/MainProcess] | Consumer: Starting Connection
  47. [2022-03-29 12:45:53,573: INFO/MainProcess] Connected to redis://localhost:6379//
  48. [2022-03-29 12:45:53,574: DEBUG/MainProcess] ^-- substep ok
  49. [2022-03-29 12:45:53,576: DEBUG/MainProcess] | Consumer: Starting Events
  50. [2022-03-29 12:45:53,584: DEBUG/MainProcess] ^-- substep ok
  51. [2022-03-29 12:45:53,587: DEBUG/MainProcess] | Consumer: Starting Mingle
  52. [2022-03-29 12:45:53,588: INFO/MainProcess] mingle: searching for neighbors
  53. [2022-03-29 12:45:54,622: INFO/MainProcess] mingle: all alone
  54. [2022-03-29 12:45:54,624: DEBUG/MainProcess] ^-- substep ok
  55. [2022-03-29 12:45:54,625: DEBUG/MainProcess] | Consumer: Starting Gossip
  56. [2022-03-29 12:45:54,635: DEBUG/MainProcess] ^-- substep ok
  57. [2022-03-29 12:45:54,636: DEBUG/MainProcess] | Consumer: Starting Heart
  58. [2022-03-29 12:45:54,640: DEBUG/MainProcess] ^-- substep ok
  59. [2022-03-29 12:45:54,640: DEBUG/MainProcess] | Consumer: Starting Tasks
  60. [2022-03-29 12:45:54,657: DEBUG/MainProcess] ^-- substep ok
  61. [2022-03-29 12:45:54,658: DEBUG/MainProcess] | Consumer: Starting Control
  62. [2022-03-29 12:45:54,665: DEBUG/MainProcess] ^-- substep ok
  63. [2022-03-29 12:45:54,666: DEBUG/MainProcess] | Consumer: Starting event loop
  64. [2022-03-29 12:45:54,669: DEBUG/MainProcess] | Worker: Hub.register Pool...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement