Automaticly retrigger failed requests #1295
-
Wondering if there is way to automaticly "re-trigger" a request if it has failed because Sonarr wasn't available. In my use case i have JS installed on my homeassisant server and my Sonarr and download instantances are on a pc which isn't available 24/7. I am searching for a way to re-trigger the failed requests remotely/automaticly when the pc is online again instead of doing it manually. Is this possible? The "better way" would be that JS would check if the services are available and if not cache/postpone the requests and send them when they are once available again. But that's just a thought. Hope some one can answer my question. Keep up the great work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You could have a script that periodically retrieves failed requests using jellyseerr api key and retries them |
Beta Was this translation helpful? Give feedback.
You could have a script that periodically retrieves failed requests using jellyseerr api key and retries them