Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- celery -A celery worker --beat --loglevel=debug
- [2022-03-25 14:54:22,534: DEBUG/MainProcess] | Worker: Preparing bootsteps.
- [2022-03-25 14:54:22,568: DEBUG/MainProcess] | Worker: Building graph...
- [2022-03-25 14:54:22,573: DEBUG/MainProcess] | Worker: New boot order: {Timer, Hub, Pool, Autoscaler, Beat, StateDB, Consumer}
- [2022-03-25 14:54:22,668: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
- [2022-03-25 14:54:22,671: DEBUG/MainProcess] | Consumer: Building graph...
- [2022-03-25 14:54:22,741: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Agent, Events, Heart, Mingle, Tasks, Control, Gossip, event loop}
- [2022-03-25 14:54:22,749: WARNING/MainProcess] No hostname was supplied. Reverting to default 'localhost'
- -------------- celery@274531.simplecloud.ru v5.2.3 (dawn-chorus)
- --- ***** -----
- -- ******* ---- Linux-5.4.0-104-generic-x86_64-with-glibc2.29 2022-03-25 14:54:22
- - *** --- * ---
- - ** ---------- [config]
- - ** ---------- .> app: default:0x7f3be1a3cca0 (.default.Loader)
- - ** ---------- .> transport: amqp://guest:**@localhost:5672//
- - ** ---------- .> results: disabled://
- - *** --- * --- .> concurrency: 1 (prefork)
- -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
- --- ***** -----
- -------------- [queues]
- .> celery exchange=celery(direct) key=celery
- [tasks]
- . celery.accumulate
- . celery.backend_cleanup
- . celery.chain
- . celery.chord
- . celery.chord_unlock
- . celery.chunks
- . celery.group
- . celery.map
- . celery.starmap
- [2022-03-25 14:54:22,852: DEBUG/MainProcess] | Worker: Starting Hub
- [2022-03-25 14:54:22,855: DEBUG/MainProcess] ^-- substep ok
- [2022-03-25 14:54:22,864: DEBUG/MainProcess] | Worker: Starting Pool
- [2022-03-25 14:54:22,934: DEBUG/MainProcess] ^-- substep ok
- [2022-03-25 14:54:22,950: DEBUG/MainProcess] | Worker: Starting Beat
- [2022-03-25 14:54:22,964: DEBUG/MainProcess] ^-- substep ok
- [2022-03-25 14:54:22,979: DEBUG/MainProcess] | Worker: Starting Consumer
- [2022-03-25 14:54:22,984: DEBUG/MainProcess] | Consumer: Starting Connection
- [2022-03-25 14:54:23,033: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
- Trying again in 2.00 seconds... (1/100)
- [2022-03-25 14:54:25,064: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
- Trying again in 4.00 seconds... (2/100)
- ^C
- worker: Hitting Ctrl+C again will terminate all running tasks!
- worker: Warm shutdown (MainProcess)
- [2022-03-25 14:54:26,347: DEBUG/MainProcess] | Worker: Closing Hub...
- [2022-03-25 14:54:26,351: DEBUG/MainProcess] | Worker: Closing Pool...
- [2022-03-25 14:54:26,355: DEBUG/MainProcess] | Worker: Closing Beat...
- [2022-03-25 14:54:26,356: DEBUG/MainProcess] | Worker: Closing Consumer...
- [2022-03-25 14:54:26,362: DEBUG/MainProcess] | Worker: Stopping Consumer...
- [2022-03-25 14:54:26,364: DEBUG/MainProcess] | Worker: Stopping Beat...
- [2022-03-25 14:54:26,364: INFO/MainProcess] beat: Shutting down...
- [2022-03-25 14:54:26,364: DEBUG/MainProcess] | Worker: Stopping Pool...
- [2022-03-25 14:54:27,402: DEBUG/MainProcess] | Worker: Stopping Hub...
- [2022-03-25 14:54:27,406: DEBUG/MainProcess] | Consumer: Shutdown Gossip...
- [2022-03-25 14:54:27,407: DEBUG/MainProcess] | Consumer: Shutdown Control...
- [2022-03-25 14:54:27,408: DEBUG/MainProcess] | Consumer: Shutdown Tasks...
- [2022-03-25 14:54:27,410: DEBUG/MainProcess] | Consumer: Shutdown Heart...
- [2022-03-25 14:54:27,410: DEBUG/MainProcess] | Consumer: Shutdown Events...
- [2022-03-25 14:54:27,411: DEBUG/MainProcess] | Consumer: Shutdown Connection...
- [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