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

Ensure service is always running #16

Open
devinmatte opened this issue Dec 12, 2023 · 2 comments
Open

Ensure service is always running #16

devinmatte opened this issue Dec 12, 2023 · 2 comments
Assignees
Labels
backend Change to backend code observability Improvements or changes to observability

Comments

@devinmatte
Copy link
Member

We can't afford for the service to stop running for a long period of time, so we need ways to ensure it is running

  • Restarts
    • We should ensure that the service restarts every night when the T isn't running to clear any potential memory leaks and things that can be fixed with a restart
  • Monitoring
    • Datadog should notify us when the service isn't currently running so we can intervene
@devinmatte devinmatte added backend Change to backend code observability Improvements or changes to observability labels Dec 12, 2023
@mathcolo
Copy link
Contributor

mathcolo commented Dec 14, 2023

We shouldn't be restarting to clear memory leaks—they're a critical indicator of something weird going on

better to OOM or at least observe unexpected process memory usage over time and fix root causes if we notice issues

@mathcolo
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Change to backend code observability Improvements or changes to observability
Projects
None yet
Development

No branches or pull requests

3 participants