New Features:
- 🔄 Retry failed/rejected requests — admin can re-submit a FAILED or REJECTED media request to its service after fixing the issue (e.g. updating the Seerr URL). On success, the request becomes SUBMITTED and media monitoring automatically notifies the original requester via WhatsApp when content is available.
- New
POST /api/requests/:id/retryendpoint (admin) - Retry (↻) button in the admin Requests UI, visible only for FAILED/REJECTED rows
- Guarded: non-FAILED/non-REJECTED requests return 400; missing service config returns 400
- New
Upgrade notes:
- Pull
ghcr.io/techieanant/wamr:latestand restart. No new migrations — uses existing columns.