-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEV-11456] make request chains wait appropriately for sync/async cal…
…ls (#298) * refactor wait logic * edits * formatting * check for debouncer instance instead of float or int; update typing; add kwarg max_wait_time for all calls using wait * fix random typo in createexport; add debouncer to rest of uqeries * update typing tuple to union; update docstrings * update timer logic * address comments * change max_wait_time to request_interval * correct job docstring * address comments * address comments --------- Co-authored-by: Nathanael Shim <[email protected]>
- Loading branch information
1 parent
74326f4
commit 1d5ea16
Showing
10 changed files
with
148 additions
and
119 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
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
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
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
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.