Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove taskQueue wrapper for episode DB operations to prevent queueing. #86

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

GetToSet
Copy link
Collaborator

@GetToSet GetToSet commented Jun 4, 2022

Fixes #85.

As mentioned in #71, the taskQueue.async wrapper around database operations forces database writes queued to wait for long-running works in that serial taskQeuue.

PR #71 has refactored the podcast-related operations and this PR applies to those related to episodes.

@GetToSet GetToSet force-pushed the ethanwong/podcast-db-taskqueue branch from 102a95e to 9bbdf46 Compare July 24, 2022 13:00
@dyerc dyerc merged commit 1f9e12d into dyerc:master Aug 9, 2022
@GetToSet GetToSet deleted the ethanwong/podcast-db-taskqueue branch August 10, 2022 05:10
@GetToSet GetToSet mentioned this pull request Aug 11, 2022
10 tasks
@GetToSet GetToSet added this to the v2.0.1 milestone Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Episode operations becomes laggy during refreshing.
2 participants