Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

resilience

النجوم٨
التفرعات٤
آخر تحديث١٥ يوليو ٢٠٢٦ في ٢٠:١٨

Add retries and concurrency limits with Spring Framework 7's BUILT-IN resilience — @Retryable (exponential backoff + jitter), @ConcurrencyLimit, and @EnableResilientMethods — no Spring Retry or Resilience4j dependency. Use when a task in a Boot 4 / FW 7 project needs fault tolerance — retry a flaky call, back off and re-try, limit concurrent executions of an expensive method, or the user reaches for spring-retry / @Recover / Resilience4j annotations — even if the user never mentions a version (check the build file). Do NOT use for circuit breakers, rate limiting, or bulkheads beyond simple concurrency caps (still Resilience4j territory), nor for HTTP-client timeouts/connection pools.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly