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

Checklist to make sure your application is production-ready #25

Open
thombergs opened this issue Dec 25, 2016 · 0 comments
Open

Checklist to make sure your application is production-ready #25

thombergs opened this issue Dec 25, 2016 · 0 comments
Labels

Comments

@thombergs
Copy link
Member

thombergs commented Dec 25, 2016

  • error pages
  • expose important monitoring metrics (with actuator in Spring Boot)
  • protect interfaces to other systems with bulkheads or circuit breakers
  • externalized configuration parameters (provide sensible defaults)
  • logging
  • api documentation
  • automatically create a PID-file if the application runs as a service
  • indices on database tables? are they (and foreign key constraints) named recognizably?
  • ...
@thombergs thombergs added the post label Dec 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant