Commit Graph

3 Commits

Author SHA1 Message Date
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
SunnyQjm dd65189c08 fix(sdk): Add lock for dispatch_*
To prevent errors caused by concurrent calls to dispatch_*, you need to add a lock to the dispatch_* call
2023-05-15 19:13:16 +08:00
SunnyQjm e0435aca2a refactor(sysom): Adjust the directory layout to be compatible with sysom2.1 2023-05-11 15:00:01 +08:00