fix: improve ssm failure diagnostics and opentelemetry dependency management#274
Merged
Conversation
…uild issues **Added:** - Added a rule in renovate.json5 to cap opentelemetry-rust monorepo crates below 0.32 to prevent dependency conflicts until tracing-opentelemetry supports 0.32
…d Taskfiles **Changed:** - Enhanced error handling for SSM command failures in multiple EC2 and red Taskfile tasks by capturing and displaying StatusDetails from AWS, providing more detailed failure diagnostics - Added specific messaging and recovery instructions when SSM command delivery is undeliverable, including suggestions to check connection status and reboot the affected instance - Improved clarity of error output for operators by distinguishing between script failures and delivery failures in SSM command invocations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
Added:
.github/renovate.json5to cap updates below 0.32, with explanatory comments and package list, to avoid unresolved dependency tree issues until upstream support is availableChanged:
.taskfiles/ec2/Taskfile.yamland.taskfiles/red/Taskfile.yaml:StatusDetailsfrom AWS SSM for remote build, deploy, config deploy, setup, start, report, launch, tool installation, and exec tasksUndeliverablestatus, printing clear operator guidance, probable causes (e.g.,ConnectionLost), and specific recovery instructions to reboot the affected EC2 instance