-
Notifications
You must be signed in to change notification settings - Fork 4
migcheckssl: Enable error handling #382
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
Conversation
jonasbardino
left a comment
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.
I think it's okay to disable the strict exit code checks here as we talked about off-list, but would really like to address the point I just added in my comment.
Namely, I've made a PR #383 to adjust the comments in all templates and suggest that you pull in something like the version in the similar migverifyarchives cronjob here before I approve.
jonasbardino
left a comment
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.
Thanks for adjusting.
… strategy in relation to PR382 (#383) Comment-only change to cronjobs to clarify our general error checking strategy and explain why we sometimes choose to deviate from it. Tries to capture the central points from a longer internal discussion in relation to issue #381 and the fix in PR #382. Adds the missing fixture for the existing miglustrequota cronjob.
migcheckssl fails to handle subscript errors which result in abnormal exist when checking for running services.
FIxes issue #381