kieraneglin / pinchflat

Your next YouTube media manager
GNU Affero General Public License v3.0
1.28k stars 23 forks source link

What does "Retryable" mean? #351

Closed Snake883 closed 3 months ago

Snake883 commented 3 months ago

Pinchflat.Downloading.MediaDownloadWorker is in the state of "retryable".
What does that mean?

How do I force a retry?

kieraneglin commented 3 months ago

Hey there, thanks for the report (: Sorry for the delay, I was out camping this weekend without service.

This specifically means the original job failed but in a way that might be resolved by retrying. The retry will happen by itself at a cadence determined by the app itself (ie: no action needed)

I'll take a look at the other posted issues tomorrow 🤙🏻