-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial query test, mocking env variables initial query test, mocking env variables * add more query tests * add pylint hint * remove tmp file, accidental addition * add QueryRunner, fail if a query is running * add QueryManager, refactor query loading and running. add tests for /start routes * fix bugs; add alert if query can't start * Update alert.tsx Co-authored-by: Alex Koshelev <[email protected]> * Update sidecar/app/query/base.py Co-authored-by: Alex Koshelev <[email protected]> * move logger onto settings, only built once * wrapper function for query not found * add comments to Query and QueryManager * fix typing issue with logger and pydantic * small refactor to add configure logger method on settings * create check_capacity helper, add details to message when at capacity --------- Co-authored-by: Alex Koshelev <[email protected]>
- Loading branch information
1 parent
771b88e
commit 7490840
Showing
16 changed files
with
585 additions
and
152 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 was deleted.
Oops, something went wrong.
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.