diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index 357e552..c9c461d 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -16,8 +16,8 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - tag_name: 0.1.3 - name: Release 0.1.3 + tag_name: 0.1.4 + name: Release 0.1.4 body: | Please read the [CHANGELOG](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/changelog.html) for further information. draft: false diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ad4db..47deeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p [How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade) -## 0.1.3.dev (development stage/unreleased/unstable) +## 0.1.4.dev (development stage/unreleased/unstable) + +## 0.1.4 +### Fixed +- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite + the None anymore. ## 0.1.3 MVP release! \ No newline at end of file diff --git a/README.md b/README.md index 329a560..a575713 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ helm search repo lucit-ubdcc - Then ``` -helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3 +helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4 ``` #### Choose a namespace diff --git a/container/generic_loader/requirements-lucit_ubdcc_dcn.txt b/container/generic_loader/requirements-lucit_ubdcc_dcn.txt index 6383b99..577285b 100644 --- a/container/generic_loader/requirements-lucit_ubdcc_dcn.txt +++ b/container/generic_loader/requirements-lucit_ubdcc_dcn.txt @@ -1 +1 @@ -lucit-ubdcc-dcn==0.1.3 +lucit-ubdcc-dcn==0.1.4 diff --git a/container/generic_loader/requirements-lucit_ubdcc_mgmt.txt b/container/generic_loader/requirements-lucit_ubdcc_mgmt.txt index 3b90172..3539dca 100644 --- a/container/generic_loader/requirements-lucit_ubdcc_mgmt.txt +++ b/container/generic_loader/requirements-lucit_ubdcc_mgmt.txt @@ -1 +1 @@ -lucit-ubdcc-mgmt==0.1.3 \ No newline at end of file +lucit-ubdcc-mgmt==0.1.4 \ No newline at end of file diff --git a/container/generic_loader/requirements-lucit_ubdcc_restapi.txt b/container/generic_loader/requirements-lucit_ubdcc_restapi.txt index 71dc7bb..35f468d 100644 --- a/container/generic_loader/requirements-lucit_ubdcc_restapi.txt +++ b/container/generic_loader/requirements-lucit_ubdcc_restapi.txt @@ -1 +1 @@ -lucit-ubdcc-restapi==0.1.3 \ No newline at end of file +lucit-ubdcc-restapi==0.1.4 \ No newline at end of file diff --git a/dev/docker/lucit-ubdcc-dcn-latest.sh b/dev/docker/lucit-ubdcc-dcn-latest.sh index 9afd2c1..9ff4495 100755 --- a/dev/docker/lucit-ubdcc-dcn-latest.sh +++ b/dev/docker/lucit-ubdcc-dcn-latest.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3-latest" +VERSION="0.1.4-latest" echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/docker/lucit-ubdcc-dcn.sh b/dev/docker/lucit-ubdcc-dcn.sh index 4b0b892..6513a82 100755 --- a/dev/docker/lucit-ubdcc-dcn.sh +++ b/dev/docker/lucit-ubdcc-dcn.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3" +VERSION="0.1.4" echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/docker/lucit-ubdcc-mgmt-latest.sh b/dev/docker/lucit-ubdcc-mgmt-latest.sh index 9a4a510..1d17e00 100755 --- a/dev/docker/lucit-ubdcc-mgmt-latest.sh +++ b/dev/docker/lucit-ubdcc-mgmt-latest.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3-latest" +VERSION="0.1.4-latest" echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/docker/lucit-ubdcc-mgmt.sh b/dev/docker/lucit-ubdcc-mgmt.sh index 50f29c9..8bb425c 100755 --- a/dev/docker/lucit-ubdcc-mgmt.sh +++ b/dev/docker/lucit-ubdcc-mgmt.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3" +VERSION="0.1.4" echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/docker/lucit-ubdcc-restapi-latest.sh b/dev/docker/lucit-ubdcc-restapi-latest.sh index 1a23170..2d4ed9a 100755 --- a/dev/docker/lucit-ubdcc-restapi-latest.sh +++ b/dev/docker/lucit-ubdcc-restapi-latest.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3-latest" +VERSION="0.1.4-latest" echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/docker/lucit-ubdcc-restapi.sh b/dev/docker/lucit-ubdcc-restapi.sh index 4e182cf..c29e4f3 100755 --- a/dev/docker/lucit-ubdcc-restapi.sh +++ b/dev/docker/lucit-ubdcc-restapi.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.1.3" +VERSION="0.1.4" echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories diff --git a/dev/helm/lucit-ubdcc/Chart.yaml b/dev/helm/lucit-ubdcc/Chart.yaml index 8af9168..605ee4b 100644 --- a/dev/helm/lucit-ubdcc/Chart.yaml +++ b/dev/helm/lucit-ubdcc/Chart.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.3" +appVersion: "0.1.4" diff --git a/dev/set_version_config.yml b/dev/set_version_config.yml index 46601b8..4d8b32f 100644 --- a/dev/set_version_config.yml +++ b/dev/set_version_config.yml @@ -26,4 +26,4 @@ files: - packages/lucit-ubdcc-shared-modules/pyproject.toml - packages/lucit-ubdcc-shared-modules/setup.py - README.md -version: 0.1.3 +version: 0.1.4 diff --git a/dev/sphinx/source/changelog.md b/dev/sphinx/source/changelog.md index b9ad4db..47deeb3 100644 --- a/dev/sphinx/source/changelog.md +++ b/dev/sphinx/source/changelog.md @@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p [How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade) -## 0.1.3.dev (development stage/unreleased/unstable) +## 0.1.4.dev (development stage/unreleased/unstable) + +## 0.1.4 +### Fixed +- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite + the None anymore. ## 0.1.3 MVP release! \ No newline at end of file diff --git a/dev/sphinx/source/conf.py b/dev/sphinx/source/conf.py index f813f57..29f6f63 100644 --- a/dev/sphinx/source/conf.py +++ b/dev/sphinx/source/conf.py @@ -31,7 +31,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' html_last_updated_fmt = "%b %d %Y at %H:%M (CET)" diff --git a/dev/sphinx/source/readme.md b/dev/sphinx/source/readme.md index 329a560..a575713 100644 --- a/dev/sphinx/source/readme.md +++ b/dev/sphinx/source/readme.md @@ -126,7 +126,7 @@ helm search repo lucit-ubdcc - Then ``` -helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3 +helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4 ``` #### Choose a namespace diff --git a/docs/.buildinfo b/docs/.buildinfo index b514def..7d56750 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 47f66109f4c911298cf078a16f801f19 +config: 76574f83e86b9d081018e4df524aad38 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 496d538..bfeb0a8 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -4,7 +4,7 @@
-self.app.data['depthcache_instances'][dc['exchange']] = {} if self.app.data['depthcache_instances'][dc['exchange']].get(dc['update_interval']) is None: if self.app.data['db'].get_license_status() == "VALID": - if dc['update_interval'] == 1000: + if dc['update_interval'] is None: try: self.app.data['depthcache_instances'][dc['exchange']][dc['update_interval']] = \ BinanceLocalDepthCacheManager( @@ -383,7 +383,7 @@
REST_SERVER_PORT_DEV_DCN: int = 42082 REST_SERVER_PORT_DEV_MGMT: int = 42080 REST_SERVER_PORT_DEV_RESTAPI: int = 42081 -VERSION: str = "0.1.3" +VERSION: str = "0.1.4"
How to upgrade to the latest version!
https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don’t overwrite +the None anymore.
MVP release!
Then
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
+helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
@@ -643,7 +643,7 @@ Navigation
Index of all LUCIT Software Documentation
© Copyright 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See License for more information.
- Last updated on Oct 28 2024 at 09:55 (CET).
+ Last updated on Oct 28 2024 at 15:30 (CET).
Found a bug?
Created using Sphinx 7.4.7.
diff --git a/docs/search.html b/docs/search.html
index a6af138..a754658 100644
--- a/docs/search.html
+++ b/docs/search.html
@@ -4,7 +4,7 @@
- Search — unicorn-depthcache-cluster-for-binance 0.1.3 documentation
+ Search — unicorn-depthcache-cluster-for-binance 0.1.4 documentation
@@ -225,7 +225,7 @@ Navigation
Index of all LUCIT Software Documentation
© Copyright 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See License for more information.
- Last updated on Oct 28 2024 at 09:55 (CET).
+ Last updated on Oct 28 2024 at 15:30 (CET).
Found a bug?
Created using Sphinx 7.4.7.
diff --git a/docs/searchindex.js b/docs/searchindex.js
index fc85835..a385ff6 100644
--- a/docs/searchindex.js
+++ b/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"0.1.3": [[0, "id1"]], "0.1.3.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "Accessing the DepthCaches": [[10, "accessing-the-depthcaches"]], "Attribution": [[1, "attribution"]], "Available Modules": [[9, null]], "Choose a namespace": [[10, "choose-a-namespace"]], "Choose an alternate public port": [[10, "choose-an-alternate-public-port"]], "Choose an explizit version": [[10, "choose-an-explizit-version"]], "Comments on this Policy": [[11, "comments-on-this-policy"]], "Commercial Support": [[10, "commercial-support"]], "Contents:": [[3, null]], "Contributing": [[2, null], [10, "contributing"]], "Contributor Covenant Code of Conduct": [[1, null]], "Contributors": [[10, "contributors"]], "Current State": [[10, "current-state"]], "Disclaimer": [[10, "disclaimer"]], "Disclosure Policy": [[11, "disclosure-policy"]], "Enforcement": [[1, "enforcement"]], "Get a UNICORN DepthCache Cluster for Binance License": [[10, "get-a-unicorn-depthcache-cluster-for-binance-license"]], "Helm Chart": [[10, "helm-chart"], [10, "id1"]], "How to report Bugs or suggest Improvements?": [[10, "how-to-report-bugs-or-suggest-improvements"]], "If you intend to use real money, use it at your own risk!": [[10, "if-you-intend-to-use-real-money-use-it-at-your-own-risk"]], "Indices and tables": [[3, "indices-and-tables"]], "Installation": [[10, "installation"]], "Key Features": [[10, "key-features"]], "Kubernetes Deployment": [[10, "kubernetes-deployment"], [10, "id2"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, null]], "Module contents": [[5, "module-lucit_ubdcc_dcn"], [6, "module-lucit_ubdcc_mgmt"], [7, "module-lucit_ubdcc_restapi"], [8, "module-lucit_ubdcc_shared_modules"]], "Our Pledge": [[1, "our-pledge"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Our Standards": [[1, "our-standards"]], "Pull Request Process": [[2, "pull-request-process"]], "Reporting a Bug": [[11, "reporting-a-bug"]], "Scope": [[1, "scope"]], "Security": [[10, "security"]], "Security Policies and Procedures": [[11, null]], "Submodules": [[5, "submodules"], [6, "submodules"], [7, "submodules"], [8, "submodules"]], "UNICORN DepthCache Cluster for Binance (UBDCC)": [[10, null]], "Unicorn Depth Cache Cluster Modules": [[9, null]], "Uninstallation": [[10, "uninstallation"]], "Watch a Demo Video": [[10, "watch-a-demo-video"]], "Welcome to unicorn-depthcache-cluster-for-binance documentation!": [[3, null]], "What is UBDCC?": [[10, "what-is-ubdcc"]], "lucit_ubdcc_dcn package": [[5, null]], "lucit_ubdcc_dcn.DepthCacheNode module": [[5, "module-lucit_ubdcc_dcn.DepthCacheNode"]], "lucit_ubdcc_dcn.RestEndpoints module": [[5, "module-lucit_ubdcc_dcn.RestEndpoints"]], "lucit_ubdcc_mgmt package": [[6, null]], "lucit_ubdcc_mgmt.Mgmt module": [[6, "module-lucit_ubdcc_mgmt.Mgmt"]], "lucit_ubdcc_mgmt.RestEndpoints module": [[6, "module-lucit_ubdcc_mgmt.RestEndpoints"]], "lucit_ubdcc_restapi package": [[7, null]], "lucit_ubdcc_restapi.RestApi module": [[7, "module-lucit_ubdcc_restapi.RestApi"]], "lucit_ubdcc_restapi.RestEndpoints module": [[7, "module-lucit_ubdcc_restapi.RestEndpoints"]], "lucit_ubdcc_shared_modules package": [[8, null]], "lucit_ubdcc_shared_modules.App module": [[8, "module-lucit_ubdcc_shared_modules.App"]], "lucit_ubdcc_shared_modules.Database module": [[8, "module-lucit_ubdcc_shared_modules.Database"]], "lucit_ubdcc_shared_modules.LicensingExceptions module": [[8, "module-lucit_ubdcc_shared_modules.LicensingExceptions"]], "lucit_ubdcc_shared_modules.LicensingManager module": [[8, "module-lucit_ubdcc_shared_modules.LicensingManager"]], "lucit_ubdcc_shared_modules.RestEndpointsBase module": [[8, "module-lucit_ubdcc_shared_modules.RestEndpointsBase"]], "lucit_ubdcc_shared_modules.RestServer module": [[8, "module-lucit_ubdcc_shared_modules.RestServer"]], "lucit_ubdcc_shared_modules.ServiceBase module": [[8, "module-lucit_ubdcc_shared_modules.ServiceBase"]], "unicorn-depthcache-cluster-for-binance Change Log": [[0, null]]}, "docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "lucit_ubdcc_dcn", "lucit_ubdcc_mgmt", "lucit_ubdcc_restapi", "lucit_ubdcc_shared_modules", "modules", "readme", "security"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "lucit_ubdcc_dcn.rst", "lucit_ubdcc_mgmt.rst", "lucit_ubdcc_restapi.rst", "lucit_ubdcc_shared_modules.rst", "modules.rst", "readme.md", "security.md"], "indexentries": {}, "objects": {"": [[5, 0, 0, "-", "lucit_ubdcc_dcn"], [6, 0, 0, "-", "lucit_ubdcc_mgmt"], [7, 0, 0, "-", "lucit_ubdcc_restapi"], [8, 0, 0, "-", "lucit_ubdcc_shared_modules"]], "lucit_ubdcc_dcn": [[5, 0, 0, "-", "DepthCacheNode"], [5, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_dcn.DepthCacheNode": [[5, 1, 1, "", "DepthCacheNode"]], "lucit_ubdcc_dcn.DepthCacheNode.DepthCacheNode": [[5, 2, 1, "", "main"]], "lucit_ubdcc_dcn.RestEndpoints": [[5, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints": [[5, 2, 1, "", "get_asks"], [5, 2, 1, "", "get_bids"], [5, 2, 1, "", "register"]], "lucit_ubdcc_mgmt": [[6, 0, 0, "-", "Mgmt"], [6, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_mgmt.Mgmt": [[6, 1, 1, "", "Mgmt"]], "lucit_ubdcc_mgmt.Mgmt.Mgmt": [[6, 2, 1, "", "main"]], "lucit_ubdcc_mgmt.RestEndpoints": [[6, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints": [[6, 2, 1, "", "create_depthcache"], [6, 2, 1, "", "create_depthcaches"], [6, 2, 1, "", "get_cluster_info"], [6, 2, 1, "", "get_depthcache_info"], [6, 2, 1, "", "get_depthcache_list"], [6, 2, 1, "", "register"], [6, 2, 1, "", "stop_depthcache"], [6, 2, 1, "", "submit_license"], [6, 2, 1, "", "ubdcc_get_responsible_dcn_addresses"], [6, 2, 1, "", "ubdcc_node_cancellation"], [6, 2, 1, "", "ubdcc_node_registration"], [6, 2, 1, "", "ubdcc_node_sync"], [6, 2, 1, "", "ubdcc_update_depthcache_distribution"]], "lucit_ubdcc_restapi": [[7, 0, 0, "-", "RestApi"], [7, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_restapi.RestApi": [[7, 1, 1, "", "RestApi"]], "lucit_ubdcc_restapi.RestApi.RestApi": [[7, 2, 1, "", "main"]], "lucit_ubdcc_restapi.RestEndpoints": [[7, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints": [[7, 2, 1, "", "create_depthcache"], [7, 2, 1, "", "create_depthcaches"], [7, 2, 1, "", "get_asks"], [7, 2, 1, "", "get_bids"], [7, 2, 1, "", "get_cluster_info"], [7, 2, 1, "", "get_depthcache_info"], [7, 2, 1, "", "get_depthcache_list"], [7, 2, 1, "", "register"], [7, 2, 1, "", "stop_depthcache"], [7, 2, 1, "", "submit_license"]], "lucit_ubdcc_shared_modules": [[8, 0, 0, "-", "App"], [8, 0, 0, "-", "Database"], [8, 0, 0, "-", "LicensingExceptions"], [8, 0, 0, "-", "LicensingManager"], [8, 0, 0, "-", "RestEndpointsBase"], [8, 0, 0, "-", "RestServer"], [8, 0, 0, "-", "ServiceBase"]], "lucit_ubdcc_shared_modules.App": [[8, 1, 1, "", "App"]], "lucit_ubdcc_shared_modules.App.App": [[8, 2, 1, "", "deactivate_license"], [8, 2, 1, "", "generate_string"], [8, 2, 1, "", "get_backup_from_node"], [8, 2, 1, "", "get_backup_timestamp"], [8, 2, 1, "", "get_backup_timestamp_from_node"], [8, 2, 1, "", "get_cluster_mgmt_address"], [8, 2, 1, "", "get_dcn_uid_unused_longest_time"], [8, 2, 1, "", "get_fastapi_instance"], [8, 2, 1, "", "get_k8s_nodes"], [8, 2, 1, "", "get_k8s_runtime_information"], [8, 2, 1, "", "get_unix_timestamp"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "is_compiled"], [8, 2, 1, "", "is_shutdown"], [8, 2, 1, "", "register_graceful_shutdown"], [8, 2, 1, "", "register_or_restart"], [8, 2, 1, "", "request"], [8, 2, 1, "", "send_backup_to_node"], [8, 2, 1, "", "set_api_rest_port"], [8, 2, 1, "", "set_status_running"], [8, 2, 1, "", "shutdown"], [8, 2, 1, "", "sigterm_handler"], [8, 2, 1, "", "sleep"], [8, 2, 1, "", "sort_dict"], [8, 2, 1, "", "start"], [8, 2, 1, "", "start_licensing_manager"], [8, 2, 1, "", "stdout_msg"], [8, 2, 1, "", "ubdcc_get_responsible_dcn_addresses"], [8, 2, 1, "", "ubdcc_node_cancellation"], [8, 2, 1, "", "ubdcc_node_registration"], [8, 2, 1, "", "ubdcc_node_sync"], [8, 2, 1, "", "ubdcc_update_depthcache_distribution"], [8, 2, 1, "", "verify_license"]], "lucit_ubdcc_shared_modules.Database": [[8, 1, 1, "", "Database"]], "lucit_ubdcc_shared_modules.Database.Database": [[8, 2, 1, "", "add_depthcache"], [8, 2, 1, "", "add_depthcache_distribution"], [8, 2, 1, "", "add_pod"], [8, 2, 1, "", "delete"], [8, 2, 1, "", "delete_depthcache"], [8, 2, 1, "", "delete_depthcache_distribution"], [8, 2, 1, "", "delete_old_pods"], [8, 2, 1, "", "delete_pod"], [8, 2, 1, "", "exists_depthcache"], [8, 2, 1, "", "exists_pod"], [8, 2, 1, "", "get"], [8, 2, 1, "", "get_all"], [8, 2, 1, "", "get_available_dcn_pods"], [8, 2, 1, "", "get_backup_dict"], [8, 2, 1, "", "get_best_dcn"], [8, 2, 1, "", "get_dcn_responsibilities"], [8, 2, 1, "", "get_depthcache_info"], [8, 2, 1, "", "get_depthcache_list"], [8, 2, 1, "", "get_license_api_secret"], [8, 2, 1, "", "get_license_license_token"], [8, 2, 1, "", "get_license_status"], [8, 2, 1, "", "get_pod_by_address"], [8, 2, 1, "", "get_pod_by_uid"], [8, 2, 1, "", "get_responsible_dcn_addresses"], [8, 2, 1, "", "get_worst_dcn"], [8, 2, 1, "", "is_empty"], [8, 2, 1, "", "manage_distribution"], [8, 2, 1, "", "remove_orphaned_distribution_entries"], [8, 2, 1, "", "replace_data"], [8, 2, 1, "", "revise"], [8, 2, 1, "", "set"], [8, 2, 1, "", "set_license_status"], [8, 2, 1, "", "submit_license"], [8, 2, 1, "", "update_depthcache"], [8, 2, 1, "", "update_depthcache_distribution"], [8, 2, 1, "", "update_nodes"], [8, 2, 1, "", "update_pod"]], "lucit_ubdcc_shared_modules.LicensingExceptions": [[8, 3, 1, "", "NoValidatedLucitLicense"]], "lucit_ubdcc_shared_modules.LicensingManager": [[8, 1, 1, "", "LucitLicensingManager"]], "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager": [[8, 2, 1, "", "close"], [8, 2, 1, "", "get_info"], [8, 2, 1, "", "get_license_exception"], [8, 2, 1, "", "get_module_version"], [8, 2, 1, "", "get_quotas"], [8, 2, 1, "", "get_timestamp"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "is_verified"], [8, 2, 1, "", "process_licensing_error"], [8, 2, 1, "", "reset"], [8, 2, 1, "", "run"], [8, 2, 1, "", "set_license_exception"], [8, 2, 1, "", "stop"], [8, 2, 1, "", "sync_time"], [8, 2, 1, "", "test"], [8, 2, 1, "", "verify"]], "lucit_ubdcc_shared_modules.RestEndpointsBase": [[8, 1, 1, "", "RestEndpointsBase"]], "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase": [[8, 2, 1, "", "create_cluster_info_response"], [8, 2, 1, "", "create_debug_response"], [8, 2, 1, "", "create_depthcache_info_response"], [8, 2, 1, "", "create_depthcache_list_response"], [8, 2, 1, "", "get_error_response"], [8, 2, 1, "", "get_fastapi_instance"], [8, 2, 1, "", "get_ok_response"], [8, 2, 1, "", "is_ready"], [8, 2, 1, "", "register"], [8, 2, 1, "", "test"], [8, 2, 1, "", "throw_error_if_mgmt_not_ready"], [8, 2, 1, "", "ubdcc_mgmt_backup"]], "lucit_ubdcc_shared_modules.RestServer": [[8, 1, 1, "", "RestServer"]], "lucit_ubdcc_shared_modules.RestServer.RestServer": [[8, 2, 1, "", "run"], [8, 2, 1, "", "stop"]], "lucit_ubdcc_shared_modules.ServiceBase": [[8, 1, 1, "", "ServiceBase"]], "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase": [[8, 2, 1, "", "db_init"], [8, 2, 1, "", "is_port_free"], [8, 2, 1, "", "main"], [8, 2, 1, "", "run"], [8, 2, 1, "", "start_rest_server"], [8, 2, 1, "", "stop"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:exception"}, "terms": {"": [1, 2, 4, 8, 10], "0": [3, 4, 8, 10], "01": 10, "01_namespace_lucit": 10, "02": [], "02_role_lucit": 10, "03_rolebinding_lucit": 10, "06": 10, "1": [1, 3, 4, 8, 10], "10": 8, "100": 10, "12": 10, "127": 8, "17": 10, "2": 10, "200": 10, "2023": 4, "3": [3, 10], "30": 8, "32": 10, "391": 4, "3970": 4, "4": [1, 10], "48": 11, "5": 10, "50": 10, "64": 10, "80": 10, "8080": 10, "A": 10, "AND": 4, "Being": 1, "For": [1, 4, 10], "IT": [2, 4], "If": [3, 11], "In": [1, 10], "No": 8, "OF": 4, "On": 10, "TO": 4, "The": [0, 1, 4, 8, 10, 11], "Then": 10, "These": [10, 11], "To": 10, "about": [0, 1], "abus": 1, "accept": 1, "access": 3, "account": 1, "acknowledg": 11, "across": 10, "act": 1, "action": 1, "activ": 8, "adapt": 1, "add": 10, "add_depthcach": 8, "add_depthcache_distribut": 8, "add_pod": 8, "addit": 11, "address": [1, 4, 8, 10], "adher": [0, 4], "advanc": 1, "advic": 10, "affect": 11, "after": [10, 11], "afterward": 10, "ag": 1, "aggreg": 4, "align": 1, "all": [0, 1, 2, 4, 10, 11], "allow": 10, "alter": 4, "am": 4, "amount": 10, "an": [1, 4], "ani": [1, 4, 8, 10, 11], "announc": 11, "anonym": 4, "answer": 1, "anyth": 10, "api": [4, 10], "api_port_rest": 8, "api_secret": 8, "app": [3, 5, 6, 7, 9], "app_nam": 8, "appear": 1, "appli": [1, 10], "applic": [4, 10], "appoint": 1, "appreci": [10, 11], "appropri": 1, "ar": [1, 2, 4, 10], "architectur": 10, "arg": 8, "argument": 8, "aris": 4, "ask": [10, 11], "assign": 11, "assur": 4, "async": [5, 6, 7, 8], "asynchron": 10, "attack": 1, "attent": 1, "attribut": 3, "audit": 11, "austria": 4, "automat": [2, 4], "avail": [1, 4, 10], "available_pod": 8, "awar": [2, 4], "backend": 4, "balanc": 10, "ban": 1, "base": [0, 5, 6, 7, 8, 10], "becom": [2, 4, 10], "befor": [2, 10], "behavior": 1, "berg": 4, "best": 1, "bid": 10, "binanc": [4, 11], "bind": 10, "bit": 10, "bodi": 1, "book": 10, "bool": 8, "both": [1, 10], "bug": 3, "bui": 10, "built": 10, "c": 10, "cach": 10, "callabl": 8, "can": [4, 10], "case": 10, "ceight": [], "chang": [2, 4], "changelog": [0, 3], "characterist": 1, "chart": 3, "chat": 10, "check": 10, "choic": 10, "circumst": [1, 10], "claim": 10, "clarifi": 1, "class": [5, 6, 7, 8], "click": 10, "client": [4, 10], "close": 8, "close_api_sess": 8, "cluster": [4, 11], "code": [2, 3, 4, 10, 11], "collect": 4, "com": [4, 10], "comment": [1, 3], "commerci": 3, "commit": [1, 4], "common": 1, "commun": 1, "compat": 10, "compil": 10, "complaint": 1, "complianc": 4, "compon": 10, "condit": 4, "conduct": [2, 3], "confidenti": [1, 4], "configur": 10, "confirm": [2, 11], "connect": 10, "consid": 1, "constitut": 10, "constru": 10, "construct": 1, "constructor": 8, "consult": 10, "contact": [1, 4, 10, 11], "contain": [4, 10], "content": 9, "contribut": [1, 3, 4, 11], "contributor": [2, 3, 4], "control": 4, "coordin": 11, "copyright": [2, 4], "correct": 1, "cost": 10, "could": [1, 11], "cpu": 10, "cpython": 10, "creat": [1, 10], "create_cluster_info_respons": 8, "create_debug_respons": 8, "create_depthcach": [6, 7], "create_depthcache_info_respons": 8, "create_depthcache_list_respons": 8, "critic": [1, 10], "current": 3, "cwd": [5, 6, 7, 8], "dai": 10, "damag": 10, "data": [4, 8, 10], "databas": [3, 9], "db_init": 8, "dcn": [4, 10], "deactivate_licens": 8, "dead": 10, "deem": 1, "deepli": 4, "default": 10, "defin": 1, "delet": [8, 10], "delete_depthcach": 8, "delete_depthcache_distribut": 8, "delete_old_pod": 8, "delete_pod": 8, "demo": 3, "depend": 10, "deploi": 10, "deploy": 3, "depth": 10, "depthcach": [4, 11], "depthcachenod": [3, 9], "der": [], "derogatori": 1, "describ": 10, "desir": 4, "desired_quant": [8, 10], "detail": [1, 4, 11], "detect": 4, "determin": [1, 11], "dev": 3, "develop": [1, 3, 4, 10, 11], "dict": 8, "differ": 1, "direct": 10, "disabl": 1, "disclaim": [3, 4], "disclosur": [3, 4], "discret": 4, "discuss": [0, 2], "distribut": [4, 10], "do": [1, 4, 10], "doc": 10, "docker": 4, "document": [0, 10, 11], "don": 10, "done": 4, "download": 10, "durat": 4, "e": 1, "each": [4, 10], "econom": 1, "edit": 1, "educ": 1, "effici": 10, "effort": 11, "either": 10, "electron": 1, "email": 11, "emb": 4, "empathi": 1, "encourag": 4, "endeavor": 11, "endors": 10, "endpoint": 8, "enforc": 3, "ensur": [4, 10], "entir": 10, "environ": [1, 10], "error": [8, 10], "error_id": 8, "ethnic": 1, "evenli": 10, "event": [1, 8], "everi": 11, "everyon": 1, "exampl": [1, 10], "except": [4, 8], "exchang": [8, 10], "excluded_pod": 8, "execut": 4, "exist": 10, "exists_depthcach": 8, "exists_pod": 8, "expect": 1, "expens": 10, "experi": 1, "explain": 10, "explicit": 1, "express": 1, "extens": 10, "f": 10, "face": 1, "failov": 10, "fair": 1, "faith": 1, "fals": 8, "faq": 1, "fast": 11, "fastapi": 8, "featur": 3, "few": 10, "file": [0, 10], "financi": 10, "find": [10, 11], "firewal": 10, "first": [2, 10], "fix": [10, 11], "flexibl": 10, "float": 8, "focus": 1, "follow": [1, 2, 10, 11], "fork": 2, "form": 11, "format": [0, 10], "forward": 4, "foster": 1, "found": 4, "frame": 8, "free": [1, 10], "frequenc": 10, "from": [1, 4, 8, 10], "fulfil": 2, "full": [10, 11], "further": 1, "futur": 10, "gather": 4, "gender": 1, "gener": 11, "generate_str": 8, "generic_load": 4, "get": [3, 4, 8], "get_al": 8, "get_ask": [5, 7], "get_available_dcn_pod": 8, "get_backup_dict": 8, "get_backup_from_nod": 8, "get_backup_timestamp": 8, "get_backup_timestamp_from_nod": 8, "get_best_dcn": 8, "get_bid": [5, 7], "get_cluster_info": [6, 7], "get_cluster_mgmt_address": 8, "get_dcn_respons": 8, "get_dcn_uid_unused_longest_tim": 8, "get_depthcache_info": [6, 7, 8], "get_depthcache_list": [6, 7, 8], "get_error_respons": 8, "get_fastapi_inst": 8, "get_info": 8, "get_k8s_nod": 8, "get_k8s_runtime_inform": 8, "get_license_api_secret": 8, "get_license_except": 8, "get_license_license_token": 8, "get_license_statu": 8, "get_module_vers": 8, "get_ok_respons": 8, "get_pod_by_address": 8, "get_pod_by_uid": 8, "get_quota": 8, "get_responsible_dcn_address": 8, "get_timestamp": 8, "get_unix_timestamp": 8, "get_vers": 8, "get_worst_dcn": 8, "github": [2, 4, 10], "glibc": 10, "gmbh": [2, 4], "good": 1, "govern": 4, "gracefulli": 1, "guid": 10, "guidanc": 11, "handl": [10, 11], "handler": 11, "harass": 1, "harm": 1, "have": [1, 2, 10, 11], "header": 8, "helm": 3, "help": 10, "here": 10, "herein": 10, "high": 10, "highli": 10, "host": 8, "hour": 11, "how": [0, 3, 11], "howev": [2, 4], "html": [1, 4, 11], "http": [1, 4, 10, 11], "i": [0, 1, 3, 4], "i686": 10, "idea": 10, "ident": 1, "imag": 4, "imageri": 1, "implement": 10, "improv": [3, 4, 11], "inappropri": 1, "incid": 1, "includ": [1, 10], "inclus": 1, "index": 3, "indic": 11, "indirect": 10, "individu": 1, "info": 8, "inform": [1, 4, 10, 11], "ingress": 10, "initi": [10, 11], "input_dict": 8, "instal": 3, "instanc": [1, 4, 10], "instead": 10, "instrument": 10, "insult": 1, "int": 8, "integr": 4, "intend": [3, 4], "interact": 2, "interest": [1, 10], "interfac": 10, "internet": 10, "intro": [], "introduct": 4, "invest": 10, "investig": 1, "invok": 8, "involv": 11, "ip": [4, 8, 10], "is_compil": 8, "is_empti": 8, "is_port_fre": 8, "is_readi": 8, "is_shutdown": 8, "is_verifi": 8, "issu": [1, 2, 10], "its": [1, 4], "json": 10, "jurisdict": 10, "just": 10, "keep": [0, 11], "kei": [3, 4, 8], "key_valu": 8, "keyword": 8, "kind": 10, "kubectl": 10, "kubernet": 3, "kwarg": 8, "languag": [1, 10], "last_restart_tim": 8, "latest": [0, 10], "law": 10, "lead": 11, "leadership": 1, "legal": 10, "length": 8, "level": [1, 10], "liabil": [4, 10], "liabl": 10, "libc": 10, "librari": 4, "licens": [2, 3, 8], "license_ini": 8, "license_profil": 8, "license_token": 8, "licensingexcept": [3, 9], "licensingmanag": [3, 9], "like": 10, "limit": 10, "link": 10, "list": [8, 10], "load": 10, "loadbalanc": 10, "local": 10, "log": [4, 8], "logger": 8, "loss": 10, "lucit": [1, 2, 8, 10, 11], "lucit_ubdcc_dcn": [3, 9], "lucit_ubdcc_mgmt": [3, 9], "lucit_ubdcc_restapi": [3, 9], "lucit_ubdcc_shared_modul": [3, 9], "lucitlicensingmanag": 8, "m": 10, "mac": 4, "mai": [1, 4, 8, 11], "mail": 1, "main": [5, 6, 7, 8, 10], "maintain": [1, 11], "mainten": 11, "make": [1, 2, 11], "manag": [2, 4, 10], "manage_distribut": 8, "manylinux": 10, "manylinux1": 10, "manylinux2014": 10, "market": [8, 10], "materi": 10, "media": 1, "member": 1, "messag": 8, "method": [8, 10], "metric": 10, "mgmt": [3, 4, 9, 10], "mgmt_servic": 10, "might": 10, "misus": 4, "modifi": 4, "modul": [3, 4, 10, 11], "monei": 3, "monitor": 4, "more": [4, 10, 11], "most": 10, "msg": 8, "multipl": 10, "musl": 10, "musllinux": 10, "must": 4, "mvp": [0, 10], "name": [4, 8], "nation": 1, "necessari": 1, "necessit": 4, "need": 10, "needed_license_typ": 8, "new": 10, "next": 11, "node": [8, 10], "non": [4, 10], "none": [5, 6, 7, 8], "notabl": 0, "note": 2, "noth": 10, "novalidatedlucitlicens": 8, "novemb": 4, "o": 10, "object": 8, "oblig": 1, "obtain": 4, "offens": 1, "offer": 10, "offici": 1, "offlin": 1, "one": 10, "onli": [4, 10], "onlin": [1, 4], "open": [1, 10], "oper": [4, 10], "order": 10, "org": [1, 4], "orient": 1, "other": [1, 10], "otherwis": 1, "our": [2, 3, 4, 11], "out": 10, "outlin": 11, "ov": [], "overrid": 8, "overse": 4, "own": 3, "owner": 2, "packag": [3, 9], "page": [3, 4], "param": 8, "parent_shutdown_funct": 8, "parti": [4, 10, 11], "particip": 1, "pass": 8, "perform": 10, "perman": 1, "permiss": 1, "person": [1, 11], "physic": 1, "pip": 11, "plan": 10, "pleas": [2, 4, 10, 11], "pledg": 3, "pod": [], "pod_uid": 8, "polici": [1, 3, 4], "polit": 1, "port": 8, "posit": 1, "possibl": [10, 11], "post": 1, "potenti": [4, 11], "power": 10, "prepar": [10, 11], "prevent": 4, "primari": 11, "privaci": 4, "privat": 1, "problem": 11, "process": [3, 4, 11], "process_licensing_error": 8, "process_start_tim": 8, "product": 4, "profession": 1, "profit": 10, "program": 10, "program_us": 8, "progress": 11, "project": [0, 1, 2, 4, 10, 11], "properti": [2, 4], "provid": 10, "public": 1, "publicli": 10, "publicport": 10, "publish": 1, "pull": [3, 4, 11], "purchas": 4, "purpos": [4, 10], "pypi": 4, "python": [4, 10], "queri": 10, "question": 1, "quick": 10, "quickli": 10, "race": 1, "rate": 4, "read": 2, "readm": 3, "real": 3, "reason": 1, "receiv": 11, "recommend": 10, "redund": 10, "refresh_interv": 8, "regard": 1, "regardless": 1, "regist": [5, 6, 7, 8], "register_graceful_shutdown": 8, "register_or_restart": 8, "regularli": 4, "reject": 1, "relat": 10, "releas": [0, 10, 11], "religion": 1, "remov": 1, "remove_orphaned_distribution_entri": 8, "render": 4, "rent": 10, "repercuss": [1, 4], "replace_data": 8, "repli": 11, "replica": 10, "repo": 10, "report": [1, 3], "repositori": [2, 4, 10], "repres": [1, 8], "represent": 1, "reproduc": 10, "request": [3, 4, 5, 6, 7, 8, 10, 11], "requir": [2, 4], "reserv": 4, "reset": 8, "respect": [1, 4, 8], "respons": [3, 10, 11], "rest": 10, "restapi": [3, 4, 9, 10], "restapi_servic": 10, "restendpoint": [3, 9], "restendpointsbas": [3, 5, 6, 7, 9], "restrict": 4, "restserv": [3, 9], "result": 1, "retri": 8, "retriev": 10, "revers": 8, "review": [1, 4], "revis": 8, "right": [1, 4], "risk": 3, "role": 8, "run": [8, 10], "sale": 4, "san": 4, "scalabl": 10, "scheduled_start_tim": 8, "scope": 3, "script": 10, "search": [3, 10], "second": [8, 10], "secret": 4, "secur": 3, "see": 1, "select": [4, 8], "sell": 10, "semant": 0, "send": 11, "send_backup_to_nod": 8, "separ": 1, "sequenti": 8, "serious": 11, "server": 10, "servic": [4, 8, 10], "service_cal": 8, "servicebas": [3, 5, 6, 7, 9], "set": [1, 8, 10], "set_api_rest_port": 8, "set_license_except": 8, "set_license_statu": 8, "set_status_run": 8, "setup": 10, "sex": 1, "sexual": 1, "sh": [], "share": 4, "shop": 4, "should": [2, 4, 10], "show": 1, "shutdown": 8, "side": 4, "sig": 10, "signal": 8, "sigterm_handl": 8, "similar": 11, "simpl": 10, "simultan": 10, "size": 1, "sleep": 8, "snapshot": 10, "so": 10, "social": 1, "socio": 1, "softwar": 4, "sole": 4, "solicit": 10, "sort_dict": 8, "sourc": [5, 6, 7, 8, 10], "space": 1, "specif": [1, 10], "stabl": 10, "stage": 3, "standard": [3, 8], "start": [8, 10], "start_licensing_manag": 8, "start_rest_serv": 8, "state": 3, "static": 8, "statist": 4, "statu": [1, 8], "stdout": 8, "stdout_msg": 8, "step": 11, "still": [10, 11], "stop": 8, "stop_cal": 8, "stop_depthcach": [6, 7], "store": [4, 10], "str": 8, "string": 10, "subclass": 8, "submit": [2, 4, 11], "submit_licens": [6, 7, 8], "submodul": [3, 9], "subpackag": [], "suggest": [3, 11], "support": 3, "switch": 10, "symbol": 10, "sync_tim": 8, "synchron": 10, "system": [4, 10, 11], "t": 10, "tab": [], "take": [1, 11], "taken": 8, "target": 8, "tax": 10, "tcp": 10, "team": [1, 11], "tech": [1, 4, 10, 11], "technologi": 4, "temporari": 1, "temporarili": 1, "term": [2, 4], "test": [4, 8], "testnet": 10, "thank": [4, 11], "thei": [1, 11], "them": 10, "thi": [0, 1, 2, 3, 4, 8, 10], "third": [4, 10, 11], "thoroughli": 2, "thread": 8, "threaten": 1, "threshold": 10, "throttl": 10, "through": 10, "throw_error_if_mgmt_not_readi": 8, "time": [4, 10], "timeout": 8, "too": 10, "top": 10, "topic": 10, "toward": [1, 11], "trace": 10, "transfer": 10, "transpar": 4, "trial": 10, "trigger": 2, "trim": 10, "troll": 1, "true": 8, "trust": 4, "try": 10, "tupl": 8, "type": 4, "u": 10, "ubdcc": [3, 4], "ubdcc_get_responsible_dcn_address": [6, 8], "ubdcc_mgmt_backup": 8, "ubdcc_node_cancel": [6, 8], "ubdcc_node_registr": [6, 8], "ubdcc_node_sync": [6, 8], "ubdcc_update_depthcache_distribut": [6, 8], "ubldc": 10, "ubldc_vers": 8, "uid": 8, "unaccept": 1, "under": [10, 11], "unicorn": [1, 4, 11], "unicorn_binance_depth_cache_clust": [], "unicorn_depthcache_cluster_for_bin": [], "uninstal": 3, "unlaw": 10, "unreleas": 3, "unstabl": 3, "unwelcom": 1, "updat": [4, 10], "update_depthcach": 8, "update_depthcache_distribut": 8, "update_interv": 8, "update_nod": 8, "update_pod": 8, "upgrad": 0, "url": 8, "us": [1, 3, 4], "usag": 4, "usd": 10, "used_pod": 8, "user": 4, "util": 4, "valid": [4, 8, 10], "valu": [4, 8, 10], "verif": [4, 8], "verifi": 8, "verify_licens": 8, "version": [0, 1, 4, 8, 11], "via": [1, 2, 4, 10, 11], "video": 3, "viewpoint": 1, "volum": 4, "vote": 10, "want": 10, "warranti": 4, "watch": 3, "we": [1, 2, 4, 10, 11], "web": 10, "websocket": 10, "weight": 10, "weitra": 4, "welcom": [1, 2, 4, 10], "what": [1, 3], "when": [1, 2, 4, 10, 11], "which": [1, 10], "who": 1, "wiki": 1, "wish": 2, "within": [1, 10, 11], "without": [1, 4], "would": 10, "www": [1, 4, 11], "x86_64": 10, "yaml": 10, "you": [2, 3, 4, 8, 11], "your": [2, 3, 4, 11]}, "titles": ["unicorn-depthcache-cluster-for-binance Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-depthcache-cluster-for-binance documentation!", "LSOSL - LUCIT Synergetic Open Source License", "lucit_ubdcc_dcn package", "lucit_ubdcc_mgmt package", "lucit_ubdcc_restapi package", "lucit_ubdcc_shared_modules package", "Unicorn Depth Cache Cluster Modules", "UNICORN DepthCache Cluster for Binance (UBDCC)", "Security Policies and Procedures"], "titleterms": {"": [], "0": 0, "1": 0, "2": [], "3": 0, "If": 10, "access": 10, "altern": 10, "an": 10, "app": 8, "attribut": 1, "avail": 9, "binanc": [0, 3, 10], "bug": [10, 11], "cach": 9, "chang": 0, "chart": 10, "choos": 10, "cluster": [0, 3, 9, 10], "code": 1, "comment": 11, "commerci": 10, "conduct": 1, "content": [3, 5, 6, 7, 8], "contribut": [2, 10], "contributor": [1, 10], "coven": 1, "current": 10, "databas": 8, "demo": 10, "deploy": 10, "depth": 9, "depthcach": [0, 3, 10], "depthcachenod": 5, "der": [], "detail": [], "dev": 0, "develop": 0, "differ": [], "disclaim": 10, "disclosur": 11, "document": 3, "enforc": 1, "explizit": 10, "featur": 10, "get": 10, "helm": 10, "how": 10, "i": 10, "improv": 10, "indic": 3, "instal": 10, "intend": 10, "kei": 10, "kubernet": 10, "licens": [4, 10], "licensingexcept": 8, "licensingmanag": 8, "log": 0, "lsosl": 4, "lucit": 4, "lucit_ubdcc_dcn": 5, "lucit_ubdcc_mgmt": 6, "lucit_ubdcc_restapi": 7, "lucit_ubdcc_shared_modul": 8, "mgmt": 6, "modul": [5, 6, 7, 8, 9], "monei": 10, "namespac": 10, "open": 4, "our": 1, "own": 10, "packag": [5, 6, 7, 8], "pledg": 1, "polici": 11, "port": 10, "procedur": 11, "process": 2, "public": 10, "pull": 2, "real": 10, "report": [10, 11], "request": 2, "respons": 1, "restapi": 7, "restendpoint": [5, 6, 7], "restendpointsbas": 8, "restserv": 8, "risk": 10, "scope": 1, "secur": [10, 11], "servicebas": 8, "sourc": 4, "stage": 0, "standard": 1, "state": 10, "submodul": [5, 6, 7, 8], "subpackag": [], "suggest": 10, "support": 10, "synerget": 4, "tabl": 3, "thi": 11, "ubdcc": 10, "unicorn": [0, 3, 9, 10], "unicorn_binance_depth_cache_clust": [], "unicorn_depthcache_cluster_for_bin": [], "uninstal": 10, "unreleas": 0, "unstabl": 0, "us": 10, "version": 10, "video": 10, "watch": 10, "welcom": 3, "what": 10, "you": 10, "your": 10}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"0.1.3": [[0, "id2"]], "0.1.4": [[0, "id1"]], "0.1.4.dev (development stage/unreleased/unstable)": [[0, "dev-development-stage-unreleased-unstable"]], "Accessing the DepthCaches": [[10, "accessing-the-depthcaches"]], "Attribution": [[1, "attribution"]], "Available Modules": [[9, null]], "Choose a namespace": [[10, "choose-a-namespace"]], "Choose an alternate public port": [[10, "choose-an-alternate-public-port"]], "Choose an explizit version": [[10, "choose-an-explizit-version"]], "Comments on this Policy": [[11, "comments-on-this-policy"]], "Commercial Support": [[10, "commercial-support"]], "Contents:": [[3, null]], "Contributing": [[2, null], [10, "contributing"]], "Contributor Covenant Code of Conduct": [[1, null]], "Contributors": [[10, "contributors"]], "Current State": [[10, "current-state"]], "Disclaimer": [[10, "disclaimer"]], "Disclosure Policy": [[11, "disclosure-policy"]], "Enforcement": [[1, "enforcement"]], "Fixed": [[0, "fixed"]], "Get a UNICORN DepthCache Cluster for Binance License": [[10, "get-a-unicorn-depthcache-cluster-for-binance-license"]], "Helm Chart": [[10, "helm-chart"], [10, "id1"]], "How to report Bugs or suggest Improvements?": [[10, "how-to-report-bugs-or-suggest-improvements"]], "If you intend to use real money, use it at your own risk!": [[10, "if-you-intend-to-use-real-money-use-it-at-your-own-risk"]], "Indices and tables": [[3, "indices-and-tables"]], "Installation": [[10, "installation"]], "Key Features": [[10, "key-features"]], "Kubernetes Deployment": [[10, "kubernetes-deployment"], [10, "id2"]], "LSOSL - LUCIT Synergetic Open Source License": [[4, null]], "Module contents": [[5, "module-lucit_ubdcc_dcn"], [6, "module-lucit_ubdcc_mgmt"], [7, "module-lucit_ubdcc_restapi"], [8, "module-lucit_ubdcc_shared_modules"]], "Our Pledge": [[1, "our-pledge"]], "Our Responsibilities": [[1, "our-responsibilities"]], "Our Standards": [[1, "our-standards"]], "Pull Request Process": [[2, "pull-request-process"]], "Reporting a Bug": [[11, "reporting-a-bug"]], "Scope": [[1, "scope"]], "Security": [[10, "security"]], "Security Policies and Procedures": [[11, null]], "Submodules": [[5, "submodules"], [6, "submodules"], [7, "submodules"], [8, "submodules"]], "UNICORN DepthCache Cluster for Binance (UBDCC)": [[10, null]], "Unicorn Depth Cache Cluster Modules": [[9, null]], "Uninstallation": [[10, "uninstallation"]], "Watch a Demo Video": [[10, "watch-a-demo-video"]], "Welcome to unicorn-depthcache-cluster-for-binance documentation!": [[3, null]], "What is UBDCC?": [[10, "what-is-ubdcc"]], "lucit_ubdcc_dcn package": [[5, null]], "lucit_ubdcc_dcn.DepthCacheNode module": [[5, "module-lucit_ubdcc_dcn.DepthCacheNode"]], "lucit_ubdcc_dcn.RestEndpoints module": [[5, "module-lucit_ubdcc_dcn.RestEndpoints"]], "lucit_ubdcc_mgmt package": [[6, null]], "lucit_ubdcc_mgmt.Mgmt module": [[6, "module-lucit_ubdcc_mgmt.Mgmt"]], "lucit_ubdcc_mgmt.RestEndpoints module": [[6, "module-lucit_ubdcc_mgmt.RestEndpoints"]], "lucit_ubdcc_restapi package": [[7, null]], "lucit_ubdcc_restapi.RestApi module": [[7, "module-lucit_ubdcc_restapi.RestApi"]], "lucit_ubdcc_restapi.RestEndpoints module": [[7, "module-lucit_ubdcc_restapi.RestEndpoints"]], "lucit_ubdcc_shared_modules package": [[8, null]], "lucit_ubdcc_shared_modules.App module": [[8, "module-lucit_ubdcc_shared_modules.App"]], "lucit_ubdcc_shared_modules.Database module": [[8, "module-lucit_ubdcc_shared_modules.Database"]], "lucit_ubdcc_shared_modules.LicensingExceptions module": [[8, "module-lucit_ubdcc_shared_modules.LicensingExceptions"]], "lucit_ubdcc_shared_modules.LicensingManager module": [[8, "module-lucit_ubdcc_shared_modules.LicensingManager"]], "lucit_ubdcc_shared_modules.RestEndpointsBase module": [[8, "module-lucit_ubdcc_shared_modules.RestEndpointsBase"]], "lucit_ubdcc_shared_modules.RestServer module": [[8, "module-lucit_ubdcc_shared_modules.RestServer"]], "lucit_ubdcc_shared_modules.ServiceBase module": [[8, "module-lucit_ubdcc_shared_modules.ServiceBase"]], "unicorn-depthcache-cluster-for-binance Change Log": [[0, null]]}, "docnames": ["changelog", "code_of_conduct", "contributing", "index", "license", "lucit_ubdcc_dcn", "lucit_ubdcc_mgmt", "lucit_ubdcc_restapi", "lucit_ubdcc_shared_modules", "modules", "readme", "security"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["changelog.md", "code_of_conduct.md", "contributing.md", "index.rst", "license.rst", "lucit_ubdcc_dcn.rst", "lucit_ubdcc_mgmt.rst", "lucit_ubdcc_restapi.rst", "lucit_ubdcc_shared_modules.rst", "modules.rst", "readme.md", "security.md"], "indexentries": {"add_depthcache() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.add_depthcache", false]], "add_depthcache_distribution() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.add_depthcache_distribution", false]], "add_pod() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.add_pod", false]], "app (class in lucit_ubdcc_shared_modules.app)": [[8, "lucit_ubdcc_shared_modules.App.App", false]], "close() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.close", false]], "create_cluster_info_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.create_cluster_info_response", false]], "create_debug_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase static method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.create_debug_response", false]], "create_depthcache() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.create_depthcache", false]], "create_depthcache() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.create_depthcache", false]], "create_depthcache_info_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.create_depthcache_info_response", false]], "create_depthcache_list_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.create_depthcache_list_response", false]], "create_depthcaches() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.create_depthcaches", false]], "create_depthcaches() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.create_depthcaches", false]], "database (class in lucit_ubdcc_shared_modules.database)": [[8, "lucit_ubdcc_shared_modules.Database.Database", false]], "db_init() (lucit_ubdcc_shared_modules.servicebase.servicebase method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.db_init", false]], "deactivate_license() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.deactivate_license", false]], "delete() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.delete", false]], "delete_depthcache() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.delete_depthcache", false]], "delete_depthcache_distribution() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.delete_depthcache_distribution", false]], "delete_old_pods() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.delete_old_pods", false]], "delete_pod() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.delete_pod", false]], "depthcachenode (class in lucit_ubdcc_dcn.depthcachenode)": [[5, "lucit_ubdcc_dcn.DepthCacheNode.DepthCacheNode", false]], "exists_depthcache() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.exists_depthcache", false]], "exists_pod() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.exists_pod", false]], "generate_string() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.generate_string", false]], "get() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get", false]], "get_all() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_all", false]], "get_asks() (lucit_ubdcc_dcn.restendpoints.restendpoints method)": [[5, "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints.get_asks", false]], "get_asks() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.get_asks", false]], "get_available_dcn_pods() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_available_dcn_pods", false]], "get_backup_dict() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_backup_dict", false]], "get_backup_from_node() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_backup_from_node", false]], "get_backup_timestamp() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_backup_timestamp", false]], "get_backup_timestamp_from_node() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_backup_timestamp_from_node", false]], "get_best_dcn() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_best_dcn", false]], "get_bids() (lucit_ubdcc_dcn.restendpoints.restendpoints method)": [[5, "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints.get_bids", false]], "get_bids() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.get_bids", false]], "get_cluster_info() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.get_cluster_info", false]], "get_cluster_info() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.get_cluster_info", false]], "get_cluster_mgmt_address() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_cluster_mgmt_address", false]], "get_dcn_responsibilities() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_dcn_responsibilities", false]], "get_dcn_uid_unused_longest_time() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_dcn_uid_unused_longest_time", false]], "get_depthcache_info() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.get_depthcache_info", false]], "get_depthcache_info() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.get_depthcache_info", false]], "get_depthcache_info() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_depthcache_info", false]], "get_depthcache_list() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.get_depthcache_list", false]], "get_depthcache_list() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.get_depthcache_list", false]], "get_depthcache_list() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_depthcache_list", false]], "get_error_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.get_error_response", false]], "get_fastapi_instance() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_fastapi_instance", false]], "get_fastapi_instance() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.get_fastapi_instance", false]], "get_info() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_info", false]], "get_k8s_nodes() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_k8s_nodes", false]], "get_k8s_runtime_information() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_k8s_runtime_information", false]], "get_license_api_secret() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_license_api_secret", false]], "get_license_exception() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_license_exception", false]], "get_license_license_token() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_license_license_token", false]], "get_license_status() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_license_status", false]], "get_module_version() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_module_version", false]], "get_ok_response() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.get_ok_response", false]], "get_pod_by_address() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_pod_by_address", false]], "get_pod_by_uid() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_pod_by_uid", false]], "get_quotas() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_quotas", false]], "get_responsible_dcn_addresses() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_responsible_dcn_addresses", false]], "get_timestamp() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_timestamp", false]], "get_unix_timestamp() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_unix_timestamp", false]], "get_version() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.get_version", false]], "get_version() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.get_version", false]], "get_worst_dcn() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.get_worst_dcn", false]], "is_compiled() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.is_compiled", false]], "is_empty() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.is_empty", false]], "is_port_free() (lucit_ubdcc_shared_modules.servicebase.servicebase static method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.is_port_free", false]], "is_ready() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.is_ready", false]], "is_shutdown() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.is_shutdown", false]], "is_verified() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.is_verified", false]], "lucit_ubdcc_dcn": [[5, "module-lucit_ubdcc_dcn", false]], "lucit_ubdcc_dcn.depthcachenode": [[5, "module-lucit_ubdcc_dcn.DepthCacheNode", false]], "lucit_ubdcc_dcn.restendpoints": [[5, "module-lucit_ubdcc_dcn.RestEndpoints", false]], "lucit_ubdcc_mgmt": [[6, "module-lucit_ubdcc_mgmt", false]], "lucit_ubdcc_mgmt.mgmt": [[6, "module-lucit_ubdcc_mgmt.Mgmt", false]], "lucit_ubdcc_mgmt.restendpoints": [[6, "module-lucit_ubdcc_mgmt.RestEndpoints", false]], "lucit_ubdcc_restapi": [[7, "module-lucit_ubdcc_restapi", false]], "lucit_ubdcc_restapi.restapi": [[7, "module-lucit_ubdcc_restapi.RestApi", false]], "lucit_ubdcc_restapi.restendpoints": [[7, "module-lucit_ubdcc_restapi.RestEndpoints", false]], "lucit_ubdcc_shared_modules": [[8, "module-lucit_ubdcc_shared_modules", false]], "lucit_ubdcc_shared_modules.app": [[8, "module-lucit_ubdcc_shared_modules.App", false]], "lucit_ubdcc_shared_modules.database": [[8, "module-lucit_ubdcc_shared_modules.Database", false]], "lucit_ubdcc_shared_modules.licensingexceptions": [[8, "module-lucit_ubdcc_shared_modules.LicensingExceptions", false]], "lucit_ubdcc_shared_modules.licensingmanager": [[8, "module-lucit_ubdcc_shared_modules.LicensingManager", false]], "lucit_ubdcc_shared_modules.restendpointsbase": [[8, "module-lucit_ubdcc_shared_modules.RestEndpointsBase", false]], "lucit_ubdcc_shared_modules.restserver": [[8, "module-lucit_ubdcc_shared_modules.RestServer", false]], "lucit_ubdcc_shared_modules.servicebase": [[8, "module-lucit_ubdcc_shared_modules.ServiceBase", false]], "lucitlicensingmanager (class in lucit_ubdcc_shared_modules.licensingmanager)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager", false]], "main() (lucit_ubdcc_dcn.depthcachenode.depthcachenode method)": [[5, "lucit_ubdcc_dcn.DepthCacheNode.DepthCacheNode.main", false]], "main() (lucit_ubdcc_mgmt.mgmt.mgmt method)": [[6, "lucit_ubdcc_mgmt.Mgmt.Mgmt.main", false]], "main() (lucit_ubdcc_restapi.restapi.restapi method)": [[7, "lucit_ubdcc_restapi.RestApi.RestApi.main", false]], "main() (lucit_ubdcc_shared_modules.servicebase.servicebase method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.main", false]], "manage_distribution() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.manage_distribution", false]], "mgmt (class in lucit_ubdcc_mgmt.mgmt)": [[6, "lucit_ubdcc_mgmt.Mgmt.Mgmt", false]], "module": [[5, "module-lucit_ubdcc_dcn", false], [5, "module-lucit_ubdcc_dcn.DepthCacheNode", false], [5, "module-lucit_ubdcc_dcn.RestEndpoints", false], [6, "module-lucit_ubdcc_mgmt", false], [6, "module-lucit_ubdcc_mgmt.Mgmt", false], [6, "module-lucit_ubdcc_mgmt.RestEndpoints", false], [7, "module-lucit_ubdcc_restapi", false], [7, "module-lucit_ubdcc_restapi.RestApi", false], [7, "module-lucit_ubdcc_restapi.RestEndpoints", false], [8, "module-lucit_ubdcc_shared_modules", false], [8, "module-lucit_ubdcc_shared_modules.App", false], [8, "module-lucit_ubdcc_shared_modules.Database", false], [8, "module-lucit_ubdcc_shared_modules.LicensingExceptions", false], [8, "module-lucit_ubdcc_shared_modules.LicensingManager", false], [8, "module-lucit_ubdcc_shared_modules.RestEndpointsBase", false], [8, "module-lucit_ubdcc_shared_modules.RestServer", false], [8, "module-lucit_ubdcc_shared_modules.ServiceBase", false]], "novalidatedlucitlicense": [[8, "lucit_ubdcc_shared_modules.LicensingExceptions.NoValidatedLucitLicense", false]], "process_licensing_error() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.process_licensing_error", false]], "register() (lucit_ubdcc_dcn.restendpoints.restendpoints method)": [[5, "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints.register", false]], "register() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.register", false]], "register() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.register", false]], "register() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.register", false]], "register_graceful_shutdown() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.register_graceful_shutdown", false]], "register_or_restart() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.register_or_restart", false]], "remove_orphaned_distribution_entries() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.remove_orphaned_distribution_entries", false]], "replace_data() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.replace_data", false]], "request() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.request", false]], "reset() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.reset", false]], "restapi (class in lucit_ubdcc_restapi.restapi)": [[7, "lucit_ubdcc_restapi.RestApi.RestApi", false]], "restendpoints (class in lucit_ubdcc_dcn.restendpoints)": [[5, "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints", false]], "restendpoints (class in lucit_ubdcc_mgmt.restendpoints)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints", false]], "restendpoints (class in lucit_ubdcc_restapi.restendpoints)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints", false]], "restendpointsbase (class in lucit_ubdcc_shared_modules.restendpointsbase)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase", false]], "restserver (class in lucit_ubdcc_shared_modules.restserver)": [[8, "lucit_ubdcc_shared_modules.RestServer.RestServer", false]], "revise() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.revise", false]], "run() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.run", false]], "run() (lucit_ubdcc_shared_modules.restserver.restserver method)": [[8, "lucit_ubdcc_shared_modules.RestServer.RestServer.run", false]], "run() (lucit_ubdcc_shared_modules.servicebase.servicebase method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.run", false]], "send_backup_to_node() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.send_backup_to_node", false]], "servicebase (class in lucit_ubdcc_shared_modules.servicebase)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase", false]], "set() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.set", false]], "set_api_rest_port() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.set_api_rest_port", false]], "set_license_exception() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.set_license_exception", false]], "set_license_status() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.set_license_status", false]], "set_status_running() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.set_status_running", false]], "shutdown() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.shutdown", false]], "sigterm_handler() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.sigterm_handler", false]], "sleep() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.sleep", false]], "sort_dict() (lucit_ubdcc_shared_modules.app.app static method)": [[8, "lucit_ubdcc_shared_modules.App.App.sort_dict", false]], "start() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.start", false]], "start_licensing_manager() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.start_licensing_manager", false]], "start_rest_server() (lucit_ubdcc_shared_modules.servicebase.servicebase method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.start_rest_server", false]], "stdout_msg() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.stdout_msg", false]], "stop() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.stop", false]], "stop() (lucit_ubdcc_shared_modules.restserver.restserver method)": [[8, "lucit_ubdcc_shared_modules.RestServer.RestServer.stop", false]], "stop() (lucit_ubdcc_shared_modules.servicebase.servicebase method)": [[8, "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase.stop", false]], "stop_depthcache() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.stop_depthcache", false]], "stop_depthcache() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.stop_depthcache", false]], "submit_license() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.submit_license", false]], "submit_license() (lucit_ubdcc_restapi.restendpoints.restendpoints method)": [[7, "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints.submit_license", false]], "submit_license() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.submit_license", false]], "sync_time() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.sync_time", false]], "test() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.test", false]], "test() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.test", false]], "throw_error_if_mgmt_not_ready() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.throw_error_if_mgmt_not_ready", false]], "ubdcc_get_responsible_dcn_addresses() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.ubdcc_get_responsible_dcn_addresses", false]], "ubdcc_get_responsible_dcn_addresses() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.ubdcc_get_responsible_dcn_addresses", false]], "ubdcc_mgmt_backup() (lucit_ubdcc_shared_modules.restendpointsbase.restendpointsbase method)": [[8, "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase.ubdcc_mgmt_backup", false]], "ubdcc_node_cancellation() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.ubdcc_node_cancellation", false]], "ubdcc_node_cancellation() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.ubdcc_node_cancellation", false]], "ubdcc_node_registration() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.ubdcc_node_registration", false]], "ubdcc_node_registration() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.ubdcc_node_registration", false]], "ubdcc_node_sync() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.ubdcc_node_sync", false]], "ubdcc_node_sync() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.ubdcc_node_sync", false]], "ubdcc_update_depthcache_distribution() (lucit_ubdcc_mgmt.restendpoints.restendpoints method)": [[6, "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints.ubdcc_update_depthcache_distribution", false]], "ubdcc_update_depthcache_distribution() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.ubdcc_update_depthcache_distribution", false]], "update_depthcache() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.update_depthcache", false]], "update_depthcache_distribution() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.update_depthcache_distribution", false]], "update_nodes() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.update_nodes", false]], "update_pod() (lucit_ubdcc_shared_modules.database.database method)": [[8, "lucit_ubdcc_shared_modules.Database.Database.update_pod", false]], "verify() (lucit_ubdcc_shared_modules.licensingmanager.lucitlicensingmanager method)": [[8, "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager.verify", false]], "verify_license() (lucit_ubdcc_shared_modules.app.app method)": [[8, "lucit_ubdcc_shared_modules.App.App.verify_license", false]]}, "objects": {"": [[5, 0, 0, "-", "lucit_ubdcc_dcn"], [6, 0, 0, "-", "lucit_ubdcc_mgmt"], [7, 0, 0, "-", "lucit_ubdcc_restapi"], [8, 0, 0, "-", "lucit_ubdcc_shared_modules"]], "lucit_ubdcc_dcn": [[5, 0, 0, "-", "DepthCacheNode"], [5, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_dcn.DepthCacheNode": [[5, 1, 1, "", "DepthCacheNode"]], "lucit_ubdcc_dcn.DepthCacheNode.DepthCacheNode": [[5, 2, 1, "", "main"]], "lucit_ubdcc_dcn.RestEndpoints": [[5, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_dcn.RestEndpoints.RestEndpoints": [[5, 2, 1, "", "get_asks"], [5, 2, 1, "", "get_bids"], [5, 2, 1, "", "register"]], "lucit_ubdcc_mgmt": [[6, 0, 0, "-", "Mgmt"], [6, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_mgmt.Mgmt": [[6, 1, 1, "", "Mgmt"]], "lucit_ubdcc_mgmt.Mgmt.Mgmt": [[6, 2, 1, "", "main"]], "lucit_ubdcc_mgmt.RestEndpoints": [[6, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_mgmt.RestEndpoints.RestEndpoints": [[6, 2, 1, "", "create_depthcache"], [6, 2, 1, "", "create_depthcaches"], [6, 2, 1, "", "get_cluster_info"], [6, 2, 1, "", "get_depthcache_info"], [6, 2, 1, "", "get_depthcache_list"], [6, 2, 1, "", "register"], [6, 2, 1, "", "stop_depthcache"], [6, 2, 1, "", "submit_license"], [6, 2, 1, "", "ubdcc_get_responsible_dcn_addresses"], [6, 2, 1, "", "ubdcc_node_cancellation"], [6, 2, 1, "", "ubdcc_node_registration"], [6, 2, 1, "", "ubdcc_node_sync"], [6, 2, 1, "", "ubdcc_update_depthcache_distribution"]], "lucit_ubdcc_restapi": [[7, 0, 0, "-", "RestApi"], [7, 0, 0, "-", "RestEndpoints"]], "lucit_ubdcc_restapi.RestApi": [[7, 1, 1, "", "RestApi"]], "lucit_ubdcc_restapi.RestApi.RestApi": [[7, 2, 1, "", "main"]], "lucit_ubdcc_restapi.RestEndpoints": [[7, 1, 1, "", "RestEndpoints"]], "lucit_ubdcc_restapi.RestEndpoints.RestEndpoints": [[7, 2, 1, "", "create_depthcache"], [7, 2, 1, "", "create_depthcaches"], [7, 2, 1, "", "get_asks"], [7, 2, 1, "", "get_bids"], [7, 2, 1, "", "get_cluster_info"], [7, 2, 1, "", "get_depthcache_info"], [7, 2, 1, "", "get_depthcache_list"], [7, 2, 1, "", "register"], [7, 2, 1, "", "stop_depthcache"], [7, 2, 1, "", "submit_license"]], "lucit_ubdcc_shared_modules": [[8, 0, 0, "-", "App"], [8, 0, 0, "-", "Database"], [8, 0, 0, "-", "LicensingExceptions"], [8, 0, 0, "-", "LicensingManager"], [8, 0, 0, "-", "RestEndpointsBase"], [8, 0, 0, "-", "RestServer"], [8, 0, 0, "-", "ServiceBase"]], "lucit_ubdcc_shared_modules.App": [[8, 1, 1, "", "App"]], "lucit_ubdcc_shared_modules.App.App": [[8, 2, 1, "", "deactivate_license"], [8, 2, 1, "", "generate_string"], [8, 2, 1, "", "get_backup_from_node"], [8, 2, 1, "", "get_backup_timestamp"], [8, 2, 1, "", "get_backup_timestamp_from_node"], [8, 2, 1, "", "get_cluster_mgmt_address"], [8, 2, 1, "", "get_dcn_uid_unused_longest_time"], [8, 2, 1, "", "get_fastapi_instance"], [8, 2, 1, "", "get_k8s_nodes"], [8, 2, 1, "", "get_k8s_runtime_information"], [8, 2, 1, "", "get_unix_timestamp"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "is_compiled"], [8, 2, 1, "", "is_shutdown"], [8, 2, 1, "", "register_graceful_shutdown"], [8, 2, 1, "", "register_or_restart"], [8, 2, 1, "", "request"], [8, 2, 1, "", "send_backup_to_node"], [8, 2, 1, "", "set_api_rest_port"], [8, 2, 1, "", "set_status_running"], [8, 2, 1, "", "shutdown"], [8, 2, 1, "", "sigterm_handler"], [8, 2, 1, "", "sleep"], [8, 2, 1, "", "sort_dict"], [8, 2, 1, "", "start"], [8, 2, 1, "", "start_licensing_manager"], [8, 2, 1, "", "stdout_msg"], [8, 2, 1, "", "ubdcc_get_responsible_dcn_addresses"], [8, 2, 1, "", "ubdcc_node_cancellation"], [8, 2, 1, "", "ubdcc_node_registration"], [8, 2, 1, "", "ubdcc_node_sync"], [8, 2, 1, "", "ubdcc_update_depthcache_distribution"], [8, 2, 1, "", "verify_license"]], "lucit_ubdcc_shared_modules.Database": [[8, 1, 1, "", "Database"]], "lucit_ubdcc_shared_modules.Database.Database": [[8, 2, 1, "", "add_depthcache"], [8, 2, 1, "", "add_depthcache_distribution"], [8, 2, 1, "", "add_pod"], [8, 2, 1, "", "delete"], [8, 2, 1, "", "delete_depthcache"], [8, 2, 1, "", "delete_depthcache_distribution"], [8, 2, 1, "", "delete_old_pods"], [8, 2, 1, "", "delete_pod"], [8, 2, 1, "", "exists_depthcache"], [8, 2, 1, "", "exists_pod"], [8, 2, 1, "", "get"], [8, 2, 1, "", "get_all"], [8, 2, 1, "", "get_available_dcn_pods"], [8, 2, 1, "", "get_backup_dict"], [8, 2, 1, "", "get_best_dcn"], [8, 2, 1, "", "get_dcn_responsibilities"], [8, 2, 1, "", "get_depthcache_info"], [8, 2, 1, "", "get_depthcache_list"], [8, 2, 1, "", "get_license_api_secret"], [8, 2, 1, "", "get_license_license_token"], [8, 2, 1, "", "get_license_status"], [8, 2, 1, "", "get_pod_by_address"], [8, 2, 1, "", "get_pod_by_uid"], [8, 2, 1, "", "get_responsible_dcn_addresses"], [8, 2, 1, "", "get_worst_dcn"], [8, 2, 1, "", "is_empty"], [8, 2, 1, "", "manage_distribution"], [8, 2, 1, "", "remove_orphaned_distribution_entries"], [8, 2, 1, "", "replace_data"], [8, 2, 1, "", "revise"], [8, 2, 1, "", "set"], [8, 2, 1, "", "set_license_status"], [8, 2, 1, "", "submit_license"], [8, 2, 1, "", "update_depthcache"], [8, 2, 1, "", "update_depthcache_distribution"], [8, 2, 1, "", "update_nodes"], [8, 2, 1, "", "update_pod"]], "lucit_ubdcc_shared_modules.LicensingExceptions": [[8, 3, 1, "", "NoValidatedLucitLicense"]], "lucit_ubdcc_shared_modules.LicensingManager": [[8, 1, 1, "", "LucitLicensingManager"]], "lucit_ubdcc_shared_modules.LicensingManager.LucitLicensingManager": [[8, 2, 1, "", "close"], [8, 2, 1, "", "get_info"], [8, 2, 1, "", "get_license_exception"], [8, 2, 1, "", "get_module_version"], [8, 2, 1, "", "get_quotas"], [8, 2, 1, "", "get_timestamp"], [8, 2, 1, "", "get_version"], [8, 2, 1, "", "is_verified"], [8, 2, 1, "", "process_licensing_error"], [8, 2, 1, "", "reset"], [8, 2, 1, "", "run"], [8, 2, 1, "", "set_license_exception"], [8, 2, 1, "", "stop"], [8, 2, 1, "", "sync_time"], [8, 2, 1, "", "test"], [8, 2, 1, "", "verify"]], "lucit_ubdcc_shared_modules.RestEndpointsBase": [[8, 1, 1, "", "RestEndpointsBase"]], "lucit_ubdcc_shared_modules.RestEndpointsBase.RestEndpointsBase": [[8, 2, 1, "", "create_cluster_info_response"], [8, 2, 1, "", "create_debug_response"], [8, 2, 1, "", "create_depthcache_info_response"], [8, 2, 1, "", "create_depthcache_list_response"], [8, 2, 1, "", "get_error_response"], [8, 2, 1, "", "get_fastapi_instance"], [8, 2, 1, "", "get_ok_response"], [8, 2, 1, "", "is_ready"], [8, 2, 1, "", "register"], [8, 2, 1, "", "test"], [8, 2, 1, "", "throw_error_if_mgmt_not_ready"], [8, 2, 1, "", "ubdcc_mgmt_backup"]], "lucit_ubdcc_shared_modules.RestServer": [[8, 1, 1, "", "RestServer"]], "lucit_ubdcc_shared_modules.RestServer.RestServer": [[8, 2, 1, "", "run"], [8, 2, 1, "", "stop"]], "lucit_ubdcc_shared_modules.ServiceBase": [[8, 1, 1, "", "ServiceBase"]], "lucit_ubdcc_shared_modules.ServiceBase.ServiceBase": [[8, 2, 1, "", "db_init"], [8, 2, 1, "", "is_port_free"], [8, 2, 1, "", "main"], [8, 2, 1, "", "run"], [8, 2, 1, "", "start_rest_server"], [8, 2, 1, "", "stop"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:exception"}, "terms": {"": [1, 2, 4, 8, 10], "0": [3, 4, 8, 10], "01": 10, "01_namespace_lucit": 10, "02": [], "02_role_lucit": 10, "03_rolebinding_lucit": 10, "06": 10, "1": [1, 3, 4, 8, 10], "10": 8, "100": 10, "12": 10, "127": 8, "17": 10, "2": 10, "200": 10, "2023": 4, "3": [3, 10], "30": 8, "32": 10, "391": 4, "3970": 4, "4": [1, 3, 10], "48": 11, "5": 10, "50": 10, "64": 10, "8": 0, "80": 10, "8080": 10, "A": 10, "AND": 4, "Being": 1, "For": [1, 4, 10], "IT": [2, 4], "If": [3, 11], "In": [1, 10], "No": 8, "OF": 4, "On": 10, "TO": 4, "The": [0, 1, 4, 8, 10, 11], "Then": 10, "These": [10, 11], "To": 10, "about": [0, 1], "abus": 1, "accept": 1, "access": 3, "account": 1, "acknowledg": 11, "across": 10, "act": 1, "action": 1, "activ": 8, "adapt": 1, "add": 10, "add_depthcach": 8, "add_depthcache_distribut": 8, "add_pod": 8, "addit": 11, "address": [1, 4, 8, 10], "adher": [0, 4], "advanc": 1, "advic": 10, "affect": 11, "after": [10, 11], "afterward": 10, "ag": 1, "aggreg": 4, "align": 1, "all": [0, 1, 2, 4, 10, 11], "allow": 10, "alter": 4, "am": 4, "amount": 10, "an": [1, 4], "ani": [1, 4, 8, 10, 11], "announc": 11, "anonym": 4, "answer": 1, "anymor": 0, "anyth": 10, "api": [4, 10], "api_port_rest": 8, "api_secret": 8, "app": [3, 5, 6, 7, 9], "app_nam": 8, "appear": 1, "appli": [1, 10], "applic": [4, 10], "appoint": 1, "appreci": [10, 11], "appropri": 1, "ar": [1, 2, 4, 10], "architectur": 10, "arg": 8, "argument": 8, "aris": 4, "ask": [10, 11], "assign": 11, "assur": 4, "async": [5, 6, 7, 8], "asynchron": 10, "attack": 1, "attent": 1, "attribut": 3, "audit": 11, "austria": 4, "automat": [2, 4], "avail": [1, 4, 10], "available_pod": 8, "awar": [2, 4], "backend": 4, "balanc": 10, "ban": 1, "base": [0, 5, 6, 7, 8, 10], "becom": [2, 4, 10], "befor": [2, 10], "behavior": 1, "berg": 4, "best": 1, "bid": 10, "binanc": [4, 11], "bind": 10, "bit": 10, "bodi": 1, "book": 10, "bool": 8, "both": [1, 10], "bug": 3, "bui": 10, "built": 10, "c": 10, "cach": 10, "callabl": 8, "can": [4, 10], "case": 10, "ceight": [], "chang": [2, 4], "changelog": [0, 3], "characterist": 1, "chart": 3, "chat": 10, "check": 10, "choic": 10, "circumst": [1, 10], "claim": 10, "clarifi": 1, "class": [5, 6, 7, 8], "click": 10, "client": [4, 10], "close": 8, "close_api_sess": 8, "cluster": [4, 11], "code": [2, 3, 4, 10, 11], "collect": 4, "com": [0, 4, 10], "comment": [1, 3], "commerci": 3, "commit": [1, 4], "common": 1, "commun": 1, "compat": 10, "compil": 10, "complaint": 1, "complianc": 4, "compon": 10, "condit": 4, "conduct": [2, 3], "confidenti": [1, 4], "configur": 10, "confirm": [2, 11], "connect": 10, "consid": 1, "constitut": 10, "constru": 10, "construct": 1, "constructor": 8, "consult": 10, "contact": [1, 4, 10, 11], "contain": [4, 10], "content": 9, "contribut": [1, 3, 4, 11], "contributor": [2, 3, 4], "control": 4, "coordin": 11, "copyright": [2, 4], "correct": 1, "cost": 10, "could": [1, 11], "cpu": 10, "cpython": 10, "creat": [1, 10], "create_cluster_info_respons": 8, "create_debug_respons": 8, "create_depthcach": [6, 7], "create_depthcache_info_respons": 8, "create_depthcache_list_respons": 8, "critic": [1, 10], "current": 3, "cwd": [5, 6, 7, 8], "dai": 10, "damag": 10, "data": [4, 8, 10], "databas": [3, 9], "db_init": 8, "dcn": [4, 10], "deactivate_licens": 8, "dead": 10, "deem": 1, "deepli": 4, "default": 10, "defin": 1, "delet": [8, 10], "delete_depthcach": 8, "delete_depthcache_distribut": 8, "delete_old_pod": 8, "delete_pod": 8, "demo": 3, "depend": 10, "deploi": 10, "deploy": 3, "depth": 10, "depthcach": [4, 11], "depthcachenod": [3, 9], "der": [], "derogatori": 1, "describ": 10, "desir": 4, "desired_quant": [8, 10], "detail": [1, 4, 11], "detect": 4, "determin": [1, 11], "dev": 3, "develop": [1, 3, 4, 10, 11], "dict": 8, "differ": 1, "direct": 10, "disabl": 1, "disclaim": [3, 4], "disclosur": [3, 4], "discret": 4, "discuss": [0, 2], "distribut": [4, 10], "do": [1, 4, 10], "doc": 10, "docker": 4, "document": [0, 10, 11], "don": [0, 10], "done": 4, "download": 10, "durat": 4, "e": 1, "each": [4, 10], "econom": 1, "edit": 1, "educ": 1, "effici": 10, "effort": 11, "either": 10, "electron": 1, "email": 11, "emb": 4, "empathi": 1, "encourag": 4, "endeavor": 11, "endors": 10, "endpoint": 8, "enforc": 3, "ensur": [4, 10], "entir": 10, "environ": [1, 10], "error": [8, 10], "error_id": 8, "ethnic": 1, "evenli": 10, "event": [1, 8], "everi": 11, "everyon": 1, "exampl": [1, 10], "except": [4, 8], "exchang": [8, 10], "excluded_pod": 8, "execut": 4, "exist": 10, "exists_depthcach": 8, "exists_pod": 8, "expect": 1, "expens": 10, "experi": 1, "explain": 10, "explicit": 1, "express": 1, "extens": 10, "f": 10, "face": 1, "failov": 10, "fair": 1, "faith": 1, "fals": 8, "faq": 1, "fast": 11, "fastapi": 8, "featur": 3, "few": 10, "file": [0, 10], "financi": 10, "find": [10, 11], "firewal": 10, "first": [2, 10], "fix": [3, 10, 11], "flexibl": 10, "float": 8, "focus": 1, "follow": [1, 2, 10, 11], "fork": 2, "form": 11, "format": [0, 10], "forward": 4, "foster": 1, "found": 4, "frame": 8, "free": [1, 10], "frequenc": 10, "from": [1, 4, 8, 10], "fulfil": 2, "full": [10, 11], "further": 1, "futur": 10, "gather": 4, "gender": 1, "gener": 11, "generate_str": 8, "generic_load": 4, "get": [3, 4, 8], "get_al": 8, "get_ask": [5, 7], "get_available_dcn_pod": 8, "get_backup_dict": 8, "get_backup_from_nod": 8, "get_backup_timestamp": 8, "get_backup_timestamp_from_nod": 8, "get_best_dcn": 8, "get_bid": [5, 7], "get_cluster_info": [6, 7], "get_cluster_mgmt_address": 8, "get_dcn_respons": 8, "get_dcn_uid_unused_longest_tim": 8, "get_depthcache_info": [6, 7, 8], "get_depthcache_list": [6, 7, 8], "get_error_respons": 8, "get_fastapi_inst": 8, "get_info": 8, "get_k8s_nod": 8, "get_k8s_runtime_inform": 8, "get_license_api_secret": 8, "get_license_except": 8, "get_license_license_token": 8, "get_license_statu": 8, "get_module_vers": 8, "get_ok_respons": 8, "get_pod_by_address": 8, "get_pod_by_uid": 8, "get_quota": 8, "get_responsible_dcn_address": 8, "get_timestamp": 8, "get_unix_timestamp": 8, "get_vers": 8, "get_worst_dcn": 8, "github": [0, 2, 4, 10], "glibc": 10, "gmbh": [2, 4], "good": 1, "govern": 4, "gracefulli": 1, "guid": 10, "guidanc": 11, "handl": [10, 11], "handler": 11, "harass": 1, "harm": 1, "have": [1, 2, 10, 11], "header": 8, "helm": 3, "help": 10, "here": 10, "herein": 10, "high": 10, "highli": 10, "host": 8, "hour": 11, "how": [0, 3, 11], "howev": [2, 4], "html": [1, 4, 11], "http": [0, 1, 4, 10, 11], "i": [0, 1, 3, 4], "i686": 10, "idea": 10, "ident": 1, "imag": 4, "imageri": 1, "implement": 10, "improv": [3, 4, 11], "inappropri": 1, "incid": 1, "includ": [1, 10], "inclus": 1, "index": 3, "indic": 11, "indirect": 10, "individu": 1, "info": 8, "inform": [1, 4, 10, 11], "ingress": 10, "initi": [10, 11], "input_dict": 8, "instal": 3, "instanc": [1, 4, 10], "instead": 10, "instrument": 10, "insult": 1, "int": 8, "integr": 4, "intend": [3, 4], "interact": 2, "interest": [1, 10], "interfac": 10, "internet": 10, "intro": [], "introduct": 4, "invest": 10, "investig": 1, "invok": 8, "involv": 11, "ip": [4, 8, 10], "is_compil": 8, "is_empti": 8, "is_port_fre": 8, "is_readi": 8, "is_shutdown": 8, "is_verifi": 8, "issu": [0, 1, 2, 10], "its": [1, 4], "json": 10, "jurisdict": 10, "just": 10, "keep": [0, 11], "kei": [3, 4, 8], "key_valu": 8, "keyword": 8, "kind": 10, "kubectl": 10, "kubernet": 3, "kwarg": 8, "languag": [1, 10], "last_restart_tim": 8, "latest": [0, 10], "law": 10, "lead": 11, "leadership": 1, "legal": 10, "length": 8, "level": [1, 10], "liabil": [4, 10], "liabl": 10, "libc": 10, "librari": 4, "licens": [2, 3, 8], "license_ini": 8, "license_profil": 8, "license_token": 8, "licensingexcept": [3, 9], "licensingmanag": [3, 9], "like": 10, "limit": 10, "link": 10, "list": [8, 10], "load": 10, "loadbalanc": 10, "local": 10, "log": [4, 8], "logger": 8, "loss": 10, "lucit": [0, 1, 2, 8, 10, 11], "lucit_ubdcc_dcn": [3, 9], "lucit_ubdcc_mgmt": [3, 9], "lucit_ubdcc_restapi": [3, 9], "lucit_ubdcc_shared_modul": [3, 9], "lucitlicensingmanag": 8, "m": 10, "mac": 4, "mai": [1, 4, 8, 11], "mail": 1, "main": [5, 6, 7, 8, 10], "maintain": [1, 11], "mainten": 11, "make": [1, 2, 11], "manag": [2, 4, 10], "manage_distribut": 8, "manylinux": 10, "manylinux1": 10, "manylinux2014": 10, "market": [8, 10], "materi": 10, "media": 1, "member": 1, "messag": 8, "method": [8, 10], "metric": 10, "mgmt": [3, 4, 9, 10], "mgmt_servic": 10, "might": 10, "misus": 4, "modifi": 4, "modul": [3, 4, 10, 11], "monei": 3, "monitor": 4, "more": [4, 10, 11], "most": 10, "msg": 8, "multipl": 10, "musl": 10, "musllinux": 10, "must": 4, "mvp": [0, 10], "name": [4, 8], "nation": 1, "necessari": 1, "necessit": 4, "need": 10, "needed_license_typ": 8, "new": 10, "next": 11, "node": [8, 10], "non": [4, 10], "none": [0, 5, 6, 7, 8], "notabl": 0, "note": 2, "noth": 10, "novalidatedlucitlicens": 8, "novemb": 4, "o": 10, "object": 8, "oblig": 1, "obtain": 4, "offens": 1, "offer": 10, "offici": 1, "offlin": 1, "one": 10, "onli": [4, 10], "onlin": [1, 4], "open": [1, 10], "oper": [4, 10], "order": 10, "org": [1, 4], "orient": 1, "other": [1, 10], "otherwis": 1, "our": [2, 3, 4, 11], "out": 10, "outlin": 11, "ov": [], "overrid": 8, "overse": 4, "overwrit": 0, "own": 3, "owner": 2, "packag": [3, 9], "page": [3, 4], "param": 8, "parent_shutdown_funct": 8, "parti": [4, 10, 11], "particip": 1, "pass": 8, "perform": 10, "perman": 1, "permiss": 1, "person": [1, 11], "physic": 1, "pip": 11, "plan": 10, "pleas": [2, 4, 10, 11], "pledg": 3, "pod": [], "pod_uid": 8, "polici": [1, 3, 4], "polit": 1, "port": 8, "posit": 1, "possibl": [10, 11], "post": 1, "potenti": [4, 11], "power": 10, "prepar": [10, 11], "prevent": 4, "primari": 11, "privaci": 4, "privat": 1, "problem": 11, "process": [3, 4, 11], "process_licensing_error": 8, "process_start_tim": 8, "product": 4, "profession": 1, "profit": 10, "program": 10, "program_us": 8, "progress": 11, "project": [0, 1, 2, 4, 10, 11], "properti": [2, 4], "provid": 10, "public": 1, "publicli": 10, "publicport": 10, "publish": 1, "pull": [3, 4, 11], "purchas": 4, "purpos": [4, 10], "pypi": 4, "python": [4, 10], "queri": 10, "question": 1, "quick": 10, "quickli": 10, "race": 1, "rate": 4, "read": 2, "readm": 3, "real": 3, "reason": 1, "receiv": 11, "recommend": 10, "redund": 10, "refresh_interv": 8, "regard": 1, "regardless": 1, "regist": [5, 6, 7, 8], "register_graceful_shutdown": 8, "register_or_restart": 8, "regularli": 4, "reject": 1, "relat": 10, "releas": [0, 10, 11], "religion": 1, "remov": 1, "remove_orphaned_distribution_entri": 8, "render": 4, "rent": 10, "repercuss": [1, 4], "replace_data": 8, "repli": 11, "replica": 10, "repo": 10, "report": [1, 3], "repositori": [2, 4, 10], "repres": [1, 8], "represent": 1, "reproduc": 10, "request": [3, 4, 5, 6, 7, 8, 10, 11], "requir": [2, 4], "reserv": 4, "reset": 8, "respect": [1, 4, 8], "respons": [3, 10, 11], "rest": 10, "restapi": [3, 4, 9, 10], "restapi_servic": 10, "restendpoint": [3, 9], "restendpointsbas": [3, 5, 6, 7, 9], "restrict": 4, "restserv": [3, 9], "result": 1, "retri": 8, "retriev": 10, "revers": 8, "review": [1, 4], "revis": 8, "right": [1, 4], "risk": 3, "role": 8, "run": [8, 10], "sale": 4, "san": 4, "scalabl": 10, "scheduled_start_tim": 8, "scope": 3, "script": 10, "search": [3, 10], "second": [8, 10], "secret": 4, "secur": 3, "see": 1, "select": [4, 8], "sell": 10, "semant": 0, "send": 11, "send_backup_to_nod": 8, "separ": 1, "sequenti": 8, "serious": 11, "server": 10, "servic": [4, 8, 10], "service_cal": 8, "servicebas": [3, 5, 6, 7, 9], "set": [1, 8, 10], "set_api_rest_port": 8, "set_license_except": 8, "set_license_statu": 8, "set_status_run": 8, "setup": 10, "sex": 1, "sexual": 1, "sh": [], "share": 4, "shop": 4, "should": [2, 4, 10], "show": 1, "shutdown": 8, "side": 4, "sig": 10, "signal": 8, "sigterm_handl": 8, "similar": 11, "simpl": 10, "simultan": 10, "size": 1, "sleep": 8, "snapshot": 10, "so": 10, "social": 1, "socio": 1, "softwar": 4, "sole": 4, "solicit": 10, "sort_dict": 8, "sourc": [5, 6, 7, 8, 10], "space": 1, "specif": [1, 10], "stabl": 10, "stage": 3, "standard": [3, 8], "start": [8, 10], "start_licensing_manag": 8, "start_rest_serv": 8, "state": 3, "static": 8, "statist": 4, "statu": [1, 8], "stdout": 8, "stdout_msg": 8, "step": 11, "still": [10, 11], "stop": 8, "stop_cal": 8, "stop_depthcach": [6, 7], "store": [4, 10], "str": 8, "string": 10, "subclass": 8, "submit": [2, 4, 11], "submit_licens": [6, 7, 8], "submodul": [3, 9], "subpackag": [], "suggest": [3, 11], "support": 3, "switch": 10, "symbol": 10, "sync_tim": 8, "synchron": 10, "system": [0, 4, 10, 11], "t": [0, 10], "tab": [], "take": [1, 11], "taken": 8, "target": 8, "tax": 10, "tcp": 10, "team": [1, 11], "tech": [1, 4, 10, 11], "technologi": 4, "temporari": 1, "temporarili": 1, "term": [2, 4], "test": [4, 8], "testnet": 10, "thank": [4, 11], "thei": [1, 11], "them": 10, "thi": [0, 1, 2, 3, 4, 8, 10], "third": [4, 10, 11], "thoroughli": 2, "thread": 8, "threaten": 1, "threshold": 10, "throttl": 10, "through": 10, "throw_error_if_mgmt_not_readi": 8, "time": [4, 10], "timeout": 8, "too": 10, "top": 10, "topic": 10, "toward": [1, 11], "trace": 10, "transfer": 10, "transpar": 4, "trial": 10, "trigger": 2, "trim": 10, "troll": 1, "true": 8, "trust": 4, "try": 10, "tupl": 8, "type": 4, "u": 10, "ubdcc": [3, 4], "ubdcc_get_responsible_dcn_address": [6, 8], "ubdcc_mgmt_backup": 8, "ubdcc_node_cancel": [6, 8], "ubdcc_node_registr": [6, 8], "ubdcc_node_sync": [6, 8], "ubdcc_update_depthcache_distribut": [6, 8], "ubldc": 10, "ubldc_vers": 8, "uid": 8, "unaccept": 1, "under": [10, 11], "unicorn": [1, 4, 11], "unicorn_binance_depth_cache_clust": [], "unicorn_depthcache_cluster_for_bin": [], "uninstal": 3, "unlaw": 10, "unreleas": 3, "unstabl": 3, "unwelcom": 1, "updat": [4, 10], "update_depthcach": 8, "update_depthcache_distribut": 8, "update_interv": 8, "update_nod": 8, "update_pod": 8, "upgrad": 0, "url": 8, "us": [1, 3, 4], "usag": 4, "usd": 10, "used_pod": 8, "user": 4, "util": 4, "valid": [4, 8, 10], "valu": [4, 8, 10], "verif": [4, 8], "verifi": 8, "verify_licens": 8, "version": [0, 1, 4, 8, 11], "via": [1, 2, 4, 10, 11], "video": 3, "viewpoint": 1, "volum": 4, "vote": 10, "want": 10, "warranti": 4, "watch": 3, "we": [0, 1, 2, 4, 10, 11], "web": 10, "websocket": 10, "weight": 10, "weitra": 4, "welcom": [1, 2, 4, 10], "what": [1, 3], "when": [1, 2, 4, 10, 11], "which": [1, 10], "who": 1, "wiki": 1, "wish": 2, "within": [1, 10, 11], "without": [1, 4], "would": 10, "www": [1, 4, 11], "x86_64": 10, "yaml": 10, "you": [2, 3, 4, 8, 11], "your": [2, 3, 4, 11]}, "titles": ["unicorn-depthcache-cluster-for-binance Change Log", "Contributor Covenant Code of Conduct", "Contributing", "Welcome to unicorn-depthcache-cluster-for-binance documentation!", "LSOSL - LUCIT Synergetic Open Source License", "lucit_ubdcc_dcn package", "lucit_ubdcc_mgmt package", "lucit_ubdcc_restapi package", "lucit_ubdcc_shared_modules package", "Unicorn Depth Cache Cluster Modules", "UNICORN DepthCache Cluster for Binance (UBDCC)", "Security Policies and Procedures"], "titleterms": {"": [], "0": 0, "1": 0, "2": [], "3": 0, "4": 0, "If": 10, "access": 10, "altern": 10, "an": 10, "app": 8, "attribut": 1, "avail": 9, "binanc": [0, 3, 10], "bug": [10, 11], "cach": 9, "chang": 0, "chart": 10, "choos": 10, "cluster": [0, 3, 9, 10], "code": 1, "comment": 11, "commerci": 10, "conduct": 1, "content": [3, 5, 6, 7, 8], "contribut": [2, 10], "contributor": [1, 10], "coven": 1, "current": 10, "databas": 8, "demo": 10, "deploy": 10, "depth": 9, "depthcach": [0, 3, 10], "depthcachenod": 5, "der": [], "detail": [], "dev": 0, "develop": 0, "differ": [], "disclaim": 10, "disclosur": 11, "document": 3, "enforc": 1, "explizit": 10, "featur": 10, "fix": 0, "get": 10, "helm": 10, "how": 10, "i": 10, "improv": 10, "indic": 3, "instal": 10, "intend": 10, "kei": 10, "kubernet": 10, "licens": [4, 10], "licensingexcept": 8, "licensingmanag": 8, "log": 0, "lsosl": 4, "lucit": 4, "lucit_ubdcc_dcn": 5, "lucit_ubdcc_mgmt": 6, "lucit_ubdcc_restapi": 7, "lucit_ubdcc_shared_modul": 8, "mgmt": 6, "modul": [5, 6, 7, 8, 9], "monei": 10, "namespac": 10, "open": 4, "our": 1, "own": 10, "packag": [5, 6, 7, 8], "pledg": 1, "polici": 11, "port": 10, "procedur": 11, "process": 2, "public": 10, "pull": 2, "real": 10, "report": [10, 11], "request": 2, "respons": 1, "restapi": 7, "restendpoint": [5, 6, 7], "restendpointsbas": 8, "restserv": 8, "risk": 10, "scope": 1, "secur": [10, 11], "servicebas": 8, "sourc": 4, "stage": 0, "standard": 1, "state": 10, "submodul": [5, 6, 7, 8], "subpackag": [], "suggest": 10, "support": 10, "synerget": 4, "tabl": 3, "thi": 11, "ubdcc": 10, "unicorn": [0, 3, 9, 10], "unicorn_binance_depth_cache_clust": [], "unicorn_depthcache_cluster_for_bin": [], "uninstal": 10, "unreleas": 0, "unstabl": 0, "us": 10, "version": 10, "video": 10, "watch": 10, "welcom": 3, "what": 10, "you": 10, "your": 10}})
\ No newline at end of file
diff --git a/docs/security.html b/docs/security.html
index 2d6df95..f5350ec 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -5,7 +5,7 @@
- Security Policies and Procedures — unicorn-depthcache-cluster-for-binance 0.1.3 documentation
+ Security Policies and Procedures — unicorn-depthcache-cluster-for-binance 0.1.4 documentation
@@ -344,7 +344,7 @@ Navigation
Index of all LUCIT Software Documentation
© Copyright 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See License for more information.
- Last updated on Oct 28 2024 at 09:55 (CET).
+ Last updated on Oct 28 2024 at 15:30 (CET).
Found a bug?
Created using Sphinx 7.4.7.
diff --git a/packages/lucit-ubdcc-dcn/lucit_ubdcc_dcn/DepthCacheNode.py b/packages/lucit-ubdcc-dcn/lucit_ubdcc_dcn/DepthCacheNode.py
index f287dad..70cdb2a 100644
--- a/packages/lucit-ubdcc-dcn/lucit_ubdcc_dcn/DepthCacheNode.py
+++ b/packages/lucit-ubdcc-dcn/lucit_ubdcc_dcn/DepthCacheNode.py
@@ -53,7 +53,7 @@ async def main(self):
self.app.data['depthcache_instances'][dc['exchange']] = {}
if self.app.data['depthcache_instances'][dc['exchange']].get(dc['update_interval']) is None:
if self.app.data['db'].get_license_status() == "VALID":
- if dc['update_interval'] == 1000:
+ if dc['update_interval'] is None:
try:
self.app.data['depthcache_instances'][dc['exchange']][dc['update_interval']] = \
BinanceLocalDepthCacheManager(
diff --git a/packages/lucit-ubdcc-dcn/pyproject.toml b/packages/lucit-ubdcc-dcn/pyproject.toml
index 394b3cd..cfbf0c0 100644
--- a/packages/lucit-ubdcc-dcn/pyproject.toml
+++ b/packages/lucit-ubdcc-dcn/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-dcn"
-version = "0.1.3"
+version = "0.1.4"
description = "LUCIT UBDCC DepthCacheNode"
authors = ["LUCIT Systems and Development "]
license = "LSOSL - LUCIT Synergetic Open Source License"
@@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-depthcach
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
-lucit-ubdcc-shared-modules = "==0.1.3"
+lucit-ubdcc-shared-modules = "==0.1.4"
unicorn_binance_local_depth_cache = "==2.6.0"
[tool.poetry.dev-dependencies]
diff --git a/packages/lucit-ubdcc-dcn/requirements.txt b/packages/lucit-ubdcc-dcn/requirements.txt
index 5920d83..a9c2404 100644
--- a/packages/lucit-ubdcc-dcn/requirements.txt
+++ b/packages/lucit-ubdcc-dcn/requirements.txt
@@ -1,2 +1,2 @@
-lucit-ubdcc-shared-modules==0.1.3
+lucit-ubdcc-shared-modules==0.1.4
unicorn_binance_local_depth_cache==2.6.0
diff --git a/packages/lucit-ubdcc-dcn/setup.py b/packages/lucit-ubdcc-dcn/setup.py
index d32a8f1..7ef5cbc 100644
--- a/packages/lucit-ubdcc-dcn/setup.py
+++ b/packages/lucit-ubdcc-dcn/setup.py
@@ -31,7 +31,7 @@
setup(
name=name,
- version="0.1.3",
+ version="0.1.4",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance",
@@ -39,7 +39,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
- install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.3',
+ install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.4',
'unicorn_binance_local_depth_cache==2.6.0'],
keywords='',
project_urls={
diff --git a/packages/lucit-ubdcc-mgmt/pyproject.toml b/packages/lucit-ubdcc-mgmt/pyproject.toml
index 3483fd2..67bbc8e 100644
--- a/packages/lucit-ubdcc-mgmt/pyproject.toml
+++ b/packages/lucit-ubdcc-mgmt/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-mgmt"
-version = "0.1.3"
+version = "0.1.4"
description = "LUCIT UBDCC Mgmt Service"
authors = ["LUCIT Systems and Development "]
license = "LSOSL - LUCIT Synergetic Open Source License"
@@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-depthcach
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
-lucit-ubdcc-shared-modules = "==0.1.3"
+lucit-ubdcc-shared-modules = "==0.1.4"
[tool.poetry.dev-dependencies]
diff --git a/packages/lucit-ubdcc-mgmt/requirements.txt b/packages/lucit-ubdcc-mgmt/requirements.txt
index d91812d..18a690e 100644
--- a/packages/lucit-ubdcc-mgmt/requirements.txt
+++ b/packages/lucit-ubdcc-mgmt/requirements.txt
@@ -1 +1 @@
-lucit-ubdcc-shared-modules==0.1.3
\ No newline at end of file
+lucit-ubdcc-shared-modules==0.1.4
\ No newline at end of file
diff --git a/packages/lucit-ubdcc-mgmt/setup.py b/packages/lucit-ubdcc-mgmt/setup.py
index 2285583..d2bb6ed 100644
--- a/packages/lucit-ubdcc-mgmt/setup.py
+++ b/packages/lucit-ubdcc-mgmt/setup.py
@@ -31,7 +31,7 @@
setup(
name=name,
- version="0.1.3",
+ version="0.1.4",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance",
@@ -39,7 +39,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
- install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.3'],
+ install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.4'],
keywords='',
project_urls={
'Howto': 'https://www.lucit.tech/unicorn-depthcache-cluster-for-binance.html#howto',
diff --git a/packages/lucit-ubdcc-restapi/pyproject.toml b/packages/lucit-ubdcc-restapi/pyproject.toml
index 310b2d2..d9f56e7 100644
--- a/packages/lucit-ubdcc-restapi/pyproject.toml
+++ b/packages/lucit-ubdcc-restapi/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-restapi"
-version = "0.1.3"
+version = "0.1.4"
description = "LUCIT UBDCC REST API"
authors = ["LUCIT Systems and Development "]
license = "LSOSL - LUCIT Synergetic Open Source License"
@@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-depthcach
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
-lucit-ubdcc-shared-modules = "==0.1.3"
+lucit-ubdcc-shared-modules = "==0.1.4"
[tool.poetry.dev-dependencies]
diff --git a/packages/lucit-ubdcc-restapi/requirements.txt b/packages/lucit-ubdcc-restapi/requirements.txt
index d91812d..18a690e 100644
--- a/packages/lucit-ubdcc-restapi/requirements.txt
+++ b/packages/lucit-ubdcc-restapi/requirements.txt
@@ -1 +1 @@
-lucit-ubdcc-shared-modules==0.1.3
\ No newline at end of file
+lucit-ubdcc-shared-modules==0.1.4
\ No newline at end of file
diff --git a/packages/lucit-ubdcc-restapi/setup.py b/packages/lucit-ubdcc-restapi/setup.py
index 17b32f1..b0ac223 100644
--- a/packages/lucit-ubdcc-restapi/setup.py
+++ b/packages/lucit-ubdcc-restapi/setup.py
@@ -31,7 +31,7 @@
setup(
name=name,
- version="0.1.3",
+ version="0.1.4",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance",
@@ -39,7 +39,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
- install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.3'],
+ install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.1.4'],
keywords='',
project_urls={
'Howto': 'https://www.lucit.tech/unicorn-depthcache-cluster-for-binance.html#howto',
diff --git a/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/App.py b/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/App.py
index abccad0..4c58966 100644
--- a/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/App.py
+++ b/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/App.py
@@ -42,7 +42,7 @@
REST_SERVER_PORT_DEV_DCN: int = 42082
REST_SERVER_PORT_DEV_MGMT: int = 42080
REST_SERVER_PORT_DEV_RESTAPI: int = 42081
-VERSION: str = "0.1.3"
+VERSION: str = "0.1.4"
class App:
diff --git a/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/Database.py b/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/Database.py
index 4c3cf09..494899e 100644
--- a/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/Database.py
+++ b/packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/Database.py
@@ -68,7 +68,7 @@ def add_depthcache(self,
else:
desired_quantity = int(desired_quantity)
if update_interval is None or update_interval == "None":
- update_interval = 1000
+ update_interval = None
else:
update_interval = int(update_interval)
if refresh_interval is None or refresh_interval == "None":
diff --git a/packages/lucit-ubdcc-shared-modules/pyproject.toml b/packages/lucit-ubdcc-shared-modules/pyproject.toml
index ea9cdd2..95fdcb7 100644
--- a/packages/lucit-ubdcc-shared-modules/pyproject.toml
+++ b/packages/lucit-ubdcc-shared-modules/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-shared-modules"
-version = "0.1.3"
+version = "0.1.4"
description = "LUCIT UBDCC Shared Modules"
authors = ["LUCIT Systems and Development "]
license = "LSOSL - LUCIT Synergetic Open Source License"
diff --git a/packages/lucit-ubdcc-shared-modules/setup.py b/packages/lucit-ubdcc-shared-modules/setup.py
index 663a416..543ef80 100644
--- a/packages/lucit-ubdcc-shared-modules/setup.py
+++ b/packages/lucit-ubdcc-shared-modules/setup.py
@@ -31,7 +31,7 @@
setup(
name=name,
- version="0.1.3",
+ version="0.1.4",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance",