-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ref: use dedicated healthcheck
command for symbolicator & remove cron for symbolicator-cleanup
#3979
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
ref: use dedicated healthcheck
command for symbolicator & remove cron for symbolicator-cleanup
#3979
Conversation
…on for `symbolicator-cleanup` This PR depends on getsentry/symbolicator#1799 Symbolicator changed to a distroless image: getsentry/symbolicator#1791 Therefore we'll be missing lots of regular Debian distro goodies, including healthcheck and cron.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3979 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 3 3
Lines 197 197
=======================================
Hits 196 196
Misses 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving assuming CI passes once symbolicator PR goes through
What's the reason we are removing cron? |
@hubertdeng123 because symbolicator is moving to distroless |
oh right it won't be available |
Co-authored-by: David Herberth <[email protected]>
Co-authored-by: David Herberth <[email protected]>
This PR depends on getsentry/symbolicator#1799
Symbolicator changed to a distroless image: getsentry/symbolicator#1791
Therefore we'll be missing lots of regular Debian distro goodies, including healthcheck and cron.