Hi Im having difficulties after updating gunicorn to version 22.0.0 which has breaking changes mentioned in changelog.
bins = self.client.get(key)[BINS_INDEX] ^^^^^^^^^^^^^^^^^^^^ exception.ClusterError: (11, 'No connection to aerospike cluster', 'src/main/client/get.c', 73, False)
When gunicorn freezed to version 21.2.0 problem disappears. I didnt find anything in aerospike logs.