Skip to content

Refactor YouTube Upload to Synchronous Feedback Flow #458

Description

@mudhoney

Currently, when a user uploads a video, we cut the browser connection immediately and handle the actual YouTube upload in a background process.

The Problem
Since we close the connection early, if the background process fails (due to YouTube API limits or upload errors), the user has no idea. They think it succeeded, but the video never appears.

The Goal
We need to change this flow to keep the connection open until the upload is actually complete. We should keep the user waiting on the screen so we can:

  1. Confirm the upload really succeeded.
  2. Immediately inform them if it fails or is incomplete.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions