so i thought i could override the retry condition, but seems i was wrong.
it works fine when i request a source that is not reachable.
but if i poll a media service and wait for a file to be processed (which returns 200 with "state: 'processing'" or "state: 'processed'"
this library seems to not react at all on a 200...?
so i thought i could override the retry condition, but seems i was wrong. it works fine when i request a source that is not reachable. but if i poll a media service and wait for a file to be processed (which returns 200 with "state: 'processing'" or "state: 'processed'" this library seems to not react at all on a 200...?
i've tried many different ways of writing that function, but it's just never even called on a 200.... why? how can i fix it?