Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#111/#294/#297 Add health check and indexes to persistence #310

Merged
merged 19 commits into from
Apr 3, 2023

Conversation

TWilkin
Copy link
Owner

@TWilkin TWilkin commented Mar 27, 2023

  • Resolves Add indexes to database columns #294 by adding indexes to type, entity, action and timestamp.
  • Perform updates for persistence, common and common-test.
  • Add FileService to common library to include the touch method.
  • Add HealthService to persistence to monitor whether MQTT and the database are accessible.
  • Add liveness/readiness checks to persistence deployment.
  • Rename database backup job.
  • Fix version.sh script as the service name was hard-coded to energy-monitor.
  • Add missing tests for persistence service.

@TWilkin TWilkin added bug Something isn't working enhancement New feature or request persistence Relating to the persistence service tests Relating to unit tests labels Mar 27, 2023
@TWilkin TWilkin added this to the Kubernetes milestone Mar 27, 2023
@TWilkin TWilkin added documentation Improvements or additions to documentation kubernetes Relating to the Kubernetes deployment labels Mar 27, 2023
@TWilkin TWilkin changed the title #111/#294 Add health check and indexes to persistence #111/#294/#297 Add health check and indexes to persistence Mar 27, 2023
@TWilkin TWilkin merged commit 0f637b5 into master Apr 3, 2023
@TWilkin TWilkin deleted the 294.persistence-indexes branch April 3, 2023 12:30
@TWilkin TWilkin linked an issue Apr 3, 2023 that may be closed by this pull request
@TWilkin TWilkin linked an issue Apr 3, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request kubernetes Relating to the Kubernetes deployment persistence Relating to the persistence service tests Relating to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests to all services Add indexes to database columns Add health checks to services
1 participant