Files
neon/proxy/src
Arthur Petukhovsky a7a0c3cd27 Invalidate proxy cache in http-over-sql (#4500)
HTTP queries failed with errors `error connecting to server: failed to
lookup address information: Name or service not known\n\nCaused by:\n
failed to lookup address information: Name or service not known`

The fix reused cache invalidation logic in proxy from usual postgres
connections and added it to HTTP-over-SQL queries.

Also removed a timeout for HTTP request, because it almost never worked
on staging (50s+ time just to start the compute), and we can have the
similar case in production. Should be ok, since we have a limits for the
requests and responses.
2023-06-14 19:24:46 +03:00
..
2023-05-24 09:11:23 +04:00
2023-06-02 21:03:12 +03:00
2023-05-15 23:45:04 +02:00
2023-05-15 23:45:04 +02:00
2023-05-23 20:01:40 +03:00
2023-06-02 21:03:12 +03:00
2023-05-23 20:01:40 +03:00
2023-04-28 17:15:43 +03:00
2023-02-17 15:32:14 +03:00
2022-07-04 23:46:37 +03:00