You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @klemby, this may not be an Aerospike-specific issue. Could you try adjusting your connection settings in gunicorn? I would need more details to debug this issue
Well there is also kafka, sqlite, mongo but Im having difficulties only with aerospike cluster connection. Sure this might not be aerospike problem but I was wondering if you do not have similar experience after gunicorn update.
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.
The text was updated successfully, but these errors were encountered: