graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

improve tagstore connection sharing #68

Open myrho opened 2 years ago

myrho commented 2 years ago

From time to time that kind of errors happen:

graphsense-rest | psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for non-replication superuser connections
soad003 commented 1 year ago

we plan to abstract the tagstore via a REST interface in one of the next releases. This also means that pg connections are easier to handle (can be handled in the tagstore rest). https://github.com/graphsense/graphsense-tagpack-tool/issues/94