Listory/src
Julian Tölle ee5bd41a37 feat(api): configurable max pool connections
This should help with failing health checks while the crawler is running.

Quick math: 10 users, 30 songs each, each song requires at least 3
queries => 900 db queries every minute.

With the default of 10 pool connections, this blocks all available db
bandwidth for some time and causes slow UI and failing healthchecks.
2022-06-11 19:21:00 +02:00
..
auth chore(deps): update dependency passport-spotify to v2 2021-08-15 16:14:52 +02:00
config feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
cookie-parser feat: implement long-lived sessions 2020-11-09 18:34:23 +01:00
database feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
health-check fix(health): remove faulty health check to spotify-auth 2022-06-11 19:21:00 +02:00
listens test: create initial unit tests 2021-07-18 21:57:38 +02:00
logger chore(deps): update nest monorepo 2021-08-12 17:08:23 +02:00
metrics test: create initial unit tests 2021-07-18 21:57:38 +02:00
music-library feat(api): update existing artists in MusicLibrary 2021-11-21 15:53:49 +01:00
reports feat(api): update existing artists in MusicLibrary 2021-11-21 15:53:49 +01:00
sources feat(api): update existing artists in MusicLibrary 2021-11-21 15:53:49 +01:00
users test: create initial unit tests 2021-07-18 21:57:38 +02:00
app.module.ts feat(api): add prometheus metrics 2020-11-21 19:55:53 +01:00
main.ts chore(lint): switch to eslint 2021-05-25 18:12:42 +02:00