openreplay/api/chalicelib/utils
ⵄⵎⵉⵔⵓⵛ ⴰⵎⴰⵣⵉⵖ 41c7560739 fix(api): reduce the number of connection used by pgpool.
There should be no use of much more than two pgconnection per worker,
even in the case where there is "some" asynchronous code interleaved
between synchronous code. The new async code is using its own pg pool
that has max=four.

ref: See max_size at
https://www.psycopg.org/psycopg3/docs/api/pool.html#the-connectionpool-class
2023-11-30 18:08:03 +01:00
..
html style(chalice): changed invite user email (#1329) 2023-06-09 16:52:08 +02:00
storage Azure support (#1270) 2023-06-08 13:31:54 +02:00
__init__.py Api v1.13.0 release (#1345) 2023-06-14 15:03:28 +02:00
args_transformer.py API 2021-05-05 19:47:36 +02:00
captcha.py Api v1.15.0 (#1516) 2023-10-13 18:16:03 +02:00
dev.py Api v1.15.0 (#1516) 2023-10-13 18:16:03 +02:00
email_handler.py Api v1.15.0 (#1516) 2023-10-13 18:16:03 +02:00
email_helper.py feat(alerts): debug 2022-08-11 17:36:13 +01:00
errors_helper.py feat(chalice): errors_helper 2023-01-20 11:41:55 +01:00
event_filter_definition.py feat(chalice): refactored autocomplete 2022-08-02 13:09:13 +02:00
github_client_v3.py Api v1.15.0 (#1516) 2023-10-13 18:16:03 +02:00
helper.py Api v1.14.0 (#1394) 2023-07-07 15:42:55 +02:00
jira_client.py Api v1.15.0 (#1516) 2023-10-13 18:16:03 +02:00
metrics_helper.py API 2021-05-05 19:47:36 +02:00
pg_client.py fix(api): reduce the number of connection used by pgpool. 2023-11-30 18:08:03 +01:00
smtp.py Api v1.15.0 (#1632) 2023-11-08 18:45:01 +01:00
sql_helper.py feat(chalice): heatMap click_rage status 2022-12-23 16:17:14 +01:00
strings.py API 2021-05-05 19:47:36 +02:00
TimeUTC.py feat(api): dashboard include series with templates 2022-04-07 13:28:01 +02:00