Closed herishbrithh closed 5 years ago
It is required at times to keep the disque server password protected. Is there a way or shouldn't there be one to pass password as parameter while listening to the queue through disque client?
fixed at ea5ce1576b66398c1cce32cad0f15709b1ea8df8
one can pass
Client(['localhost:7712', 'localhost:7711'], password='foobared')
It is required at times to keep the disque server password protected. Is there a way or shouldn't there be one to pass password as parameter while listening to the queue through disque client?