Replies: 2 comments
-
| 
 why do you say this? On a  This can be avoided if you set your pgstac database as  Technically it's not stac-fastapi-pgstac trying to write to the db but pgstac itself writing to it | 
Beta Was this translation helpful? Give feedback.
-
| I just want the app to respect reader/writer connection pools. 
 Exactly, that's why I propose it should use writer connection pool. 
 I mentioned that I have readonly mode turned off because I want to be able to write to it. 
 However stac-fastapi-pgstac decides which connection (reader or writer) to use and it this case it uses incorrect one. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have set up connection with reader/writer with reader to have read-only access and the app is using reader connection even search is trying to write to db. I use version 3.0.0. I have readonly mode turned off.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions