mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(health): remove faulty health check to spotify-auth
The endpoint returns a 503 OFTEN (~1x per hour), which causes unnecessary service restarts and issues in sentry.
This commit is contained in:
parent
f06b93efbe
commit
7de5e14d4e
1 changed files with 0 additions and 5 deletions
|
|
@ -27,11 +27,6 @@ export class HealthCheckController {
|
|||
"spotify-web",
|
||||
this.config.get<string>("SPOTIFY_WEB_API_URL")
|
||||
),
|
||||
() =>
|
||||
this.http.pingCheck(
|
||||
"spotify-auth",
|
||||
this.config.get<string>("SPOTIFY_AUTH_API_URL")
|
||||
),
|
||||
() => this.typeorm.pingCheck("db"),
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue