Order of content update operations #57

Open
opened 2023-06-24 23:04:47 +00:00 by DebaucheryLibrarian · 0 comments

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.

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.
DebaucheryLibrarian added the
enhancement
label 2023-06-24 23:04:47 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DebaucheryLibrarian/traxxx#57
No description provided.