recc-tech / tech

Documentation and scripts for the production team at River's Edge Community Church
2 stars 0 forks source link

User might accidentally create duplicate rebroadcasts #272

Open louis-hildebrand opened 3 months ago

louis-hildebrand commented 3 months ago

In case the first automated rebroadcast task fails, the user may go and create the rebroadcast not only for 13:00 but also for 17:00 and 19:00. Then the following automated rebroadcast tasks might go and create duplicate rebroadcasts. The script should check for existing rebroadcasts before creating new ones.

This should be much easier if we use the API instead of the UI (see #268).