fix(playout): add thread names (#2056)
This commit is contained in:
parent
6d928d9b24
commit
a730c1b1a4
7 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,8 @@ class RabbitConsumer(ConsumerMixin):
|
|||
|
||||
|
||||
class PypoMessageHandler(Thread):
|
||||
name = "message_handler"
|
||||
|
||||
def __init__(self, pq, rq, config: RabbitMQConfig):
|
||||
Thread.__init__(self)
|
||||
self.pypo_queue = pq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue