Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- celery -A backend worker --beat --loglevel=debug
- [2022-03-29 12:45:53,322: DEBUG/MainProcess] | Worker: Preparing bootsteps.
- [2022-03-29 12:45:53,327: DEBUG/MainProcess] | Worker: Building graph...
- [2022-03-29 12:45:53,329: DEBUG/MainProcess] | Worker: New boot order: {Timer, Hub, Pool, Autoscaler, Beat, StateDB, Consumer}
- [2022-03-29 12:45:53,344: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
- [2022-03-29 12:45:53,345: DEBUG/MainProcess] | Consumer: Building graph...
- [2022-03-29 12:45:53,380: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Gossip, Heart, Agent, Tasks, Control, event loop}
- -------------- celery@274531.simplecloud.ru v5.2.3 (dawn-chorus)
- --- ***** -----
- -- ******* ---- Linux-5.4.0-104-generic-x86_64-with-glibc2.29 2022-03-29 12:45:53
- - *** --- * ---
- - ** ---------- [config]
- - ** ---------- .> app: backend:0x7f804bd28760
- - ** ---------- .> transport: redis://localhost:6379//
- - ** ---------- .> results: redis://localhost:6379/
- - *** --- * --- .> concurrency: 1 (prefork)
- -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
- --- ***** -----
- -------------- [queues]
- .> celery exchange=celery(direct) key=celery
- [tasks]
- . backend.users.tasks.create_or_update_chat <--- Вот таски
- . backend.users.tasks.delete_users <--- Вот таски
- . backend.users.tasks.load_message_from_tg. <--- Вот таски
- . backend.users.tasks.run_actions <--- Главный метод
- . celery.accumulate
- . celery.backend_cleanup
- . celery.chain
- . celery.chord
- . celery.chord_unlock
- . celery.chunks
- . celery.group
- . celery.map
- . celery.starmap
- [2022-03-29 12:45:53,415: DEBUG/MainProcess] | Worker: Starting Hub
- [2022-03-29 12:45:53,417: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:53,418: DEBUG/MainProcess] | Worker: Starting Pool
- [2022-03-29 12:45:53,512: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:53,518: DEBUG/MainProcess] | Worker: Starting Beat
- [2022-03-29 12:45:53,523: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:53,532: DEBUG/MainProcess] | Worker: Starting Consumer
- [2022-03-29 12:45:53,534: DEBUG/MainProcess] | Consumer: Starting Connection
- [2022-03-29 12:45:53,573: INFO/MainProcess] Connected to redis://localhost:6379//
- [2022-03-29 12:45:53,574: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:53,576: DEBUG/MainProcess] | Consumer: Starting Events
- [2022-03-29 12:45:53,584: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:53,587: DEBUG/MainProcess] | Consumer: Starting Mingle
- [2022-03-29 12:45:53,588: INFO/MainProcess] mingle: searching for neighbors
- [2022-03-29 12:45:54,622: INFO/MainProcess] mingle: all alone
- [2022-03-29 12:45:54,624: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:54,625: DEBUG/MainProcess] | Consumer: Starting Gossip
- [2022-03-29 12:45:54,635: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:54,636: DEBUG/MainProcess] | Consumer: Starting Heart
- [2022-03-29 12:45:54,640: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:54,640: DEBUG/MainProcess] | Consumer: Starting Tasks
- [2022-03-29 12:45:54,657: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:54,658: DEBUG/MainProcess] | Consumer: Starting Control
- [2022-03-29 12:45:54,665: DEBUG/MainProcess] ^-- substep ok
- [2022-03-29 12:45:54,666: DEBUG/MainProcess] | Consumer: Starting event loop
- [2022-03-29 12:45:54,669: DEBUG/MainProcess] | Worker: Hub.register Pool...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement