Description
Right now, if a user makes a request when Jellyseerr cannot connect to Radarr/Sonarr, because of network issues or because Radarr/Sonarr are down, that request is stuck forever. Jellyseerr retains the request, but since it was never received by Radarr/Sonarr they won't act on it. Jellyseerr does not seem to attempt to resend the request Radarr/Sonarr at a later date and acts as if the request was received. Fixing this issue can easily be mitigated by #2052 however, identifying this issue requires manual effort. External users who make requests that silently fail will never know, and these requests may remain undiscovered until they both remember the request when they know the media is available and tell the admin about missing media.
Desired Behavior
If Jellyseerr cannot connect to Radarr/Sonarr to make the request, note this is the GUI somehow- mark it as failed, mention a 404 was returned, or something that lets the user know the request wasn't fully propagated. Importantly, Jellyseerr should not stay silent about this.
Additional Context
Initial proposal to mitigate this problem was 'Auto re-request on failure', this was denied: #1994 (comment)
Code of Conduct
Description
Right now, if a user makes a request when Jellyseerr cannot connect to Radarr/Sonarr, because of network issues or because Radarr/Sonarr are down, that request is stuck forever. Jellyseerr retains the request, but since it was never received by Radarr/Sonarr they won't act on it. Jellyseerr does not seem to attempt to resend the request Radarr/Sonarr at a later date and acts as if the request was received. Fixing this issue can easily be mitigated by #2052 however, identifying this issue requires manual effort. External users who make requests that silently fail will never know, and these requests may remain undiscovered until they both remember the request when they know the media is available and tell the admin about missing media.
Desired Behavior
If Jellyseerr cannot connect to Radarr/Sonarr to make the request, note this is the GUI somehow- mark it as failed, mention a 404 was returned, or something that lets the user know the request wasn't fully propagated. Importantly, Jellyseerr should not stay silent about this.
Additional Context
Initial proposal to mitigate this problem was 'Auto re-request on failure', this was denied: #1994 (comment)
Code of Conduct