Order of content update operations #57
Labels
No Label
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DebaucheryLibrarian/traxxx#57
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
The current system first fetches all shallow content, then all deep content, movies and movie scenes, before storing the data and fetching the media.
This leads to problems with memory usage, error isolation and expired media tokens. The data should probably be stored as soon as it's retrieved, however we also want to maintain good concurrency.