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.
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.