dev-consumer-timeout-fix #7

Merged
ffabi1997 merged 5 commits from dev-consumer-timeout-fix into dev 2020-05-08 20:05:34 +02:00
Showing only changes of commit d34756d9fc - Show all commits

View File

@ -9,7 +9,7 @@ class ConsumersView(FlaskView):
def get(self): def get(self):
keys = redis_client.keys('producer_*') keys = redis_client.keys('consumer_*')
list_of_customer_ips = [] list_of_customer_ips = []