You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aws): Improve AWS Batch label sanitization with comprehensive logging
Address PR feedback by enhancing the label sanitization logic with better
user experience and code maintainability:
- Add warning logs when labels are dropped due to null values
- Add warning logs when labels are dropped after failed sanitization
- Add warning logs when labels are modified during sanitization
- Simplify sanitizeAwsBatchLabel method using method chaining and ternary operator
- Follow codebase patterns for length truncation (similar to AbstractGridExecutor)
- Improve code readability while maintaining all existing functionality
Resolves silent label dropping issue and provides clear feedback to users
when resource labels are modified or removed during AWS Batch job submission.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Edmund Miller <[email protected]>
0 commit comments