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

LTD-4645-healthcheck-app-readd #229

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

seijihg
Copy link
Contributor

@seijihg seijihg commented Jan 31, 2024

a bit of cleaning up since few things were removed when merged.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f1a3e97) 80.70% compared to head (485b37b) 81.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   80.70%   81.01%   +0.31%     
==========================================
  Files          55       55              
  Lines        3120     3119       -1     
  Branches      432      432              
==========================================
+ Hits         2518     2527       +9     
+ Misses        512      502      -10     
  Partials       90       90              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

PendingMailHealthCheck,
)

plugin_dir.register(MailboxAuthenticationHealthCheck)
plugin_dir.register(LicencePayloadsHealthCheck)
plugin_dir.register(ManageInboxTaskHealthCheck)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the code for ManageInboxTaskHealthCheck still present? Would suggest removing it if so

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah no, it was removed when @Tllew merged his PR

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure how you can check the manageinbox task as it's all converted to celery, but if it works then happy to keep it in

Copy link
Contributor

Choose a reason for hiding this comment

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

We decided to drop the task, but a little confused that it's still referenced here

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah it is a bit confusing to see these references but the code is not there.

@seijihg seijihg requested a review from currycoder February 1, 2024 09:38
PendingMailHealthCheck,
)

plugin_dir.register(MailboxAuthenticationHealthCheck)
plugin_dir.register(LicencePayloadsHealthCheck)
plugin_dir.register(ManageInboxTaskHealthCheck)
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure how you can check the manageinbox task as it's all converted to celery, but if it works then happy to keep it in

Copy link
Contributor

@saruniitr saruniitr left a comment

Choose a reason for hiding this comment

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

Suggest deploying to an env and checking before merging this.

@seijihg
Copy link
Contributor Author

seijihg commented Feb 1, 2024

Suggest deploying to an env and checking before merging this.

done checked on UAT and DEMO both working fine

@seijihg seijihg merged commit 37efe50 into master Feb 1, 2024
7 checks passed
@seijihg seijihg deleted the LTD-4645-healthcheck-app-readd branch February 1, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants