Fix multi-day streams in scheduler. #207
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Multi-day streams have strange behavior in the scheduler while running.
They don't appear after they're stopped but thats because we haven't built out the server-side to handle sending the archive per-day by scheduler request.
We'll probably do that latter bit after fixing the way the archive and playlist is stored in the DB (most likely giving them each their own models/collections)