Listory/src/sources/spotify
Julian Tölle 625db7dbe7
fix: slow query taking up 66% of db time (#298)
Query was scanning the full index on listen table,
when we really only need data from the last hour
2023-09-18 21:15:37 +02:00
..
spotify-api chore(deps): bump all (#294) 2023-09-16 13:02:19 +02:00
spotify-auth chore(deps): bump all (#294) 2023-09-16 13:02:19 +02:00
spotify-connection.entity.ts feat(api): fetch listens from spotify 2020-05-03 21:10:31 +02:00
spotify-library-details.entity.ts feat(api): fetch listens from spotify 2020-05-03 21:10:31 +02:00
spotify.module.ts feat(api): use nest-pg-boss for spotify interactions 2023-03-12 02:20:39 +01:00
spotify.service.spec.ts feat(observability): Replace Prometheus package with OpenTelemetry 2022-06-18 17:48:16 +02:00
spotify.service.ts fix: slow query taking up 66% of db time (#298) 2023-09-18 21:15:37 +02:00