-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Async refresh to Sql Registry (#4251)
* Add sql registry async refresh Signed-off-by: Stanley Opara <[email protected]> * make refresh code a daemon thread Signed-off-by: Stanley Opara <[email protected]> * Change RegistryConfig to cacheMode Signed-off-by: Stanley Opara <[email protected]> * Only run async when ttl > 0 Signed-off-by: Stanley Opara <[email protected]> * make refresh async run in a loop Signed-off-by: Stanley Opara <[email protected]> * make refresh async run in a loop Signed-off-by: Stanley Opara <[email protected]> * Reorder async refresh call Signed-off-by: Stanley Opara <[email protected]> * Add documentation Signed-off-by: Stanley Opara <[email protected]> * Update test_universal_registry.py Signed-off-by: Stanley Opara <[email protected]> * Force rerun of tests Signed-off-by: Stanley Opara <[email protected]> * Force rerun of tests Signed-off-by: Stanley Opara <[email protected]> * Format repo config file Signed-off-by: Stanley Opara <[email protected]> --------- Signed-off-by: Stanley Opara <[email protected]> Co-authored-by: Stanley Opara <[email protected]>
- Loading branch information
Showing
4 changed files
with
145 additions
and
32 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