sysom1/environment/1_sdk/cec_base
SunnyQjm 4c0f89beeb refactor(deploy): Split init script to "deploy.sh" and "init.sh"
1. "deploy.sh": Defines each component deployment phase operation (requires no dependency on other microservices, no dependency on any runtime environment, the main task is file deployment, dependency installation);
2. "init.sh": Contains initialization operations before the program is run for the first time, and can rely on other runtimes, for example, microservices can assume that the database has been started and can perform operations such as database migration;
2023-05-19 11:35:44 +08:00
..
__init__.py refactor(deploy): Split init script to "deploy.sh" and "init.sh" 2023-05-19 11:35:44 +08:00
admin.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
base.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
cec_client.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
cli.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
consumer.py fix(sdk): Add lock for dispatch_* 2023-05-15 19:13:16 +08:00
event.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
exceptions.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
meta.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
producer.py fix(sdk): Add lock for dispatch_* 2023-05-15 19:13:16 +08:00
url.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00
utils.py refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00