-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data_store_mgr: refactor workflow connection
* Move error handling up a level into `connect_workflow` from the `_start_subscription` and `_entire_workflow_update` methods. * Simplify tests (all exceptions are now caught in the same way). * Remove the multi-workflow handling ability of `_entire_workflow_update`, this is unused and can now be achieved more easily via asyncio.gather as the threadding has been removed.
- Loading branch information
1 parent
1970ef9
commit df0f1b6
Showing
2 changed files
with
123 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.