gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Ensure worker does not depend on settings #116

Open evan10s opened 6 months ago

evan10s commented 6 months ago

The worker uploadVideo task currently reads the YouTube upload privacy setting at upload time, rather than at schedule time. This seems to me like it could cause unexpected behavior.

The correct behavior is likely that an uploaded video uses the settings at the time it is scheduled, so with this fixed, you would need to requeue any videos using outdated settings.

evan10s commented 4 months ago