Skip to content

Conversation

@StuartFerguson
Copy link
Member

No description provided.

Copy link
Member Author

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Clones removed
==============
+ MessagingService/Startup.cs  -2
         

See the complete overview on Codacy

name: "Security Service",
httpMethod: HttpMethod.Get,
failureStatus: HealthStatus.Unhealthy,
tags: new string[] { "security", "authorisation" });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app.UseEndpoints(endpoints =>
{
endpoints.MapControllers();
endpoints.MapHealthChecks("health", new HealthCheckOptions()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy found an issue: Remove these redundant parentheses.

userCredentials: Startup.EventStoreClientSettings.DefaultCredentials,
name: "Eventstore",
failureStatus: HealthStatus.Unhealthy,
tags: new string[] { "db", "eventstore" })
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StuartFerguson StuartFerguson merged commit f6859c2 into master Sep 25, 2020
@StuartFerguson StuartFerguson deleted the task/#22_healthchecks branch July 28, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants