sysom1/sysom_server/sysom_hotfix_builder/app
ydzhang 5bb68d4f70 (Bugfix)Fix the probabilistic event to ignore hotfix job
When submit an hotfix job, the Cache object in function.py may
insert this hotfix id into Redis, causing this job will be ignored
by the builder. What's more, this RedisCache class is not standard
for sysom.

This commit use sysom g_cache component to replace the RedisCache
function, which can slove the above mentioned bug and standardized
the use of components

delete RedisCache class
2023-11-01 20:02:18 +08:00
..
routers adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
__init__.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
builder.py (Bugfix)Fix the probabilistic event to ignore hotfix job 2023-11-01 20:02:18 +08:00
crud.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
database.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
models.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
schemas.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00