Created
September 4, 2014 07:10
-
-
Save ChillarAnand/a1eae6feb37c6064444c to your computer and use it in GitHub Desktop.
Celery-Woker-Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2014-09-04 07:09:40,777: DEBUG/MainProcess] pidbox received method ping() [reply_to:{u'routing_key': u'3eee52f8-7903-3253-bed7-41a34ae1347d', u'exchange': u'reply.celery.pidbox'} ticket:3693bbdb-933e-431f-9b7e-0e1752ae0abb] | |
[2014-09-04 07:09:41,360: DEBUG/MainProcess] pidbox received method enable_events() [reply_to:None ticket:None] | |
[2014-09-04 07:09:41,787: DEBUG/MainProcess] pidbox received method active_queues() [reply_to:{u'routing_key': u'3eee52f8-7903-3253-bed7-41a34ae1347d', u'exchange': u'reply.celery.pidbox'} ticket:0cc05c05-c65d-416f-ab15-37625db3f4d5] | |
[2014-09-04 07:09:42,802: DEBUG/MainProcess] pidbox received method dump_conf(with_defaults=False) [reply_to:{u'routing_key': u'3eee52f8-7903-3253-bed7-41a34ae1347d', u'exchange': u'reply.celery.pidbox'} ticket:fdff4684-4006-4147-9eb3-6174b3f402f1] | |
[2014-09-04 07:09:43,484: DEBUG/MainProcess] pidbox received method shutdown() [reply_to:None ticket:None] | |
[2014-09-04 07:09:43,484: WARNING/MainProcess] Got shutdown from remote | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Worker: Closing Hub... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Worker: Closing Pool... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Worker: Closing Consumer... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Worker: Stopping Consumer... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Connection... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Events... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Mingle... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Heart... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Tasks... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing Control... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Closing event loop... | |
[2014-09-04 07:09:43,485: DEBUG/MainProcess] | Consumer: Stopping event loop... | |
[2014-09-04 07:09:43,486: DEBUG/MainProcess] | Consumer: Stopping Control... | |
[2014-09-04 07:09:43,488: DEBUG/MainProcess] Closed channel #2 | |
[2014-09-04 07:09:43,488: DEBUG/MainProcess] | Consumer: Stopping Tasks... | |
[2014-09-04 07:09:43,488: DEBUG/MainProcess] Cancelling task consumer... | |
[2014-09-04 07:09:43,489: DEBUG/MainProcess] | Consumer: Stopping Heart... | |
[2014-09-04 07:09:43,489: DEBUG/MainProcess] | Consumer: Stopping Mingle... | |
[2014-09-04 07:09:43,490: DEBUG/MainProcess] | Consumer: Stopping Events... | |
[2014-09-04 07:09:43,490: DEBUG/MainProcess] | Consumer: Stopping Connection... | |
[2014-09-04 07:09:43,490: DEBUG/MainProcess] | Worker: Stopping Pool... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] | Worker: Stopping Hub... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] | Consumer: Shutdown Control... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] | Consumer: Shutdown Tasks... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] Cancelling task consumer... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] Closing consumer channel... | |
[2014-09-04 07:09:44,493: DEBUG/MainProcess] | Consumer: Shutdown Heart... | |
[2014-09-04 07:09:44,494: DEBUG/MainProcess] | Consumer: Shutdown Events... | |
[2014-09-04 07:09:44,494: DEBUG/MainProcess] Closed channel #1 | |
[2014-09-04 07:09:44,495: DEBUG/MainProcess] | Consumer: Shutdown Connection... | |
[2014-09-04 07:09:44,495: DEBUG/MainProcess] Closed channel #1 | |
[2014-09-04 07:09:44,496: DEBUG/MainProcess] removing tasks from inqueue until task handler finished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment