1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src
Gastón Fournier 106e1d1376
fix: last seen metrics exceeding table limits (#7923)
## About the changes
When storing last seen metrics we no longer validate at insert time that
the feature exists. Instead, there's a job cleaning up on a regular
interval.

Metrics for features with more than 255 characters, makes the whole
batch to fail, resulting in metrics being lost.

This PR helps mitigate the issue while also logs long name feature names
2024-08-19 20:17:52 +00:00
..
lib fix: last seen metrics exceeding table limits (#7923) 2024-08-19 20:17:52 +00:00
mailtemplates fix-css-update-for-CR-email-template (#6186) 2024-02-13 10:16:25 +09:00
migrations feat: events table type column index (#7838) 2024-08-12 13:46:27 +03:00
test refactor: switch projectStore.getProjects with projectReadModel.getProjectsForAdminUi in project service (#7904) 2024-08-19 08:46:50 +02:00
migrator.ts fix: set log level to error for db migrate (#6601) 2024-03-19 14:45:27 +01:00
server-dev.ts [Gitar] Cleaning up stale flag: changeRequestPlayground with value true (#7920) 2024-08-19 15:33:55 +02:00
server.ts