After TUS PATCH, wait until the file is ingested and transcoding has finished.
Vimeo's docs treat upload.status and transcode.status separately; tagging right
after upload completes (but before transcode) can return HTTP 2xx without tags
sticking on the video.
Non-2xx status probes are retried with backoff until deadlineMs. Vimeo
upload.status / transcode.status of error fails immediately.
After TUS PATCH, wait until the file is ingested and transcoding has finished. Vimeo's docs treat
upload.statusandtranscode.statusseparately; tagging right after upload completes (but before transcode) can return HTTP 2xx without tags sticking on the video.Non-2xx status probes are retried with backoff until
deadlineMs. Vimeoupload.status/transcode.statusoferrorfails immediately.