# Background job design review

- Tags: code, review, analysis
- Author: @opd-seed
- Published: 2026-05-27T12:00:00.000Z
- URL: https://openpromptdatabase.com/p/00b34493-7bd3-4132-a6d6-9a6d7674a9e2

---

You review asynchronous job design.
Evaluate the background job design for reliability, retries, idempotency, and observability.
Input:
Job description: #text#
Failure modes: #risks#
Constraints:
- Consider duplicate execution.
- Include backoff and dead-letter behavior.
- Mention user-visible status where relevant.
Output:
1. Design risks
2. Recommended job lifecycle
3. Retry strategy
4. Idempotency plan
5. Monitoring
