openreplay/ee/connectors/utils
MauricioGarciaS 4cf50b3066
fix(connector): Redshift pool fixes (#1393)
* fix(connector): set env variable for replace and set it to one minute default

* style(connector): different log for redshift and pg

* style(connector): different log for redshift select and replace

* fix(connector): replacing from oldest to newest to avoid blocking

* fix(connector): empty string changed to NN and fixed str issue for cron job

* Changing methods in connector

* fix(connectors): solved issues when replacing with null, reduced number of queries to redshift

* fix(connectors): fixed save method

* fix(connectors): fixed issue while saving event object
2023-07-07 15:33:22 +02:00
..
cache.py Improvements (#1387) 2023-06-30 12:04:23 +02:00
pg_client.py fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
signal_handler.py fix(connector): Added checkpoints and sigterm handler (#1234) 2023-05-09 11:35:50 +02:00
uploader.py fix(connectors): Created module in Cython to speed up message decoding (#1338) 2023-06-23 14:49:39 +02:00
worker.py fix(connector): Redshift pool fixes (#1393) 2023-07-07 15:33:22 +02:00