Procedure
- •Check for
try/catchblocks around async operations. - •Verify timeouts are set on external calls.
- •Ensure fallbacks exist for failed data fetches.
- •Validate input types at boundaries.
- •Check for proper error logging.
可靠性工程检查清单
--- frontmattername: resilience-check description: Checklist for reliability engineering
try/catch blocks around async operations.