A production request path returns inconsistent decisions during retries and concurrent updates. The affected area is Celery task.
Repair the Celery task command handling implementation so it accepts first operations, recognizes safe repeats, and rejects key reuse with a different payload.
Evidence
- Affected surface: Django / Celery task.
- Observed failure family: enforce idempotent operations.
- Scope policy: qualityState must equal verified.