sysom1/sysom_server/sysom_hotfix_builder
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
..
alembic adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
app (Bugfix)Fix the probabilistic event to ignore hotfix job 2023-11-01 20:02:18 +08:00
conf fix bug of database sync problem of cec communication 2023-07-03 16:55:29 +08:00
lib adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
script fix bug of database sync problem of cec communication 2023-07-03 16:55:29 +08:00
alembic.ini adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00
config.yml feat(monitor): Delivery sysak config while add host 2023-10-25 15:28:02 +08:00
main.py adjust hotfix_builder to ms 2023-06-26 14:30:10 +08:00