mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 23:50:24 +08:00
优化缓存任务Key状态增加执行中状态
This commit is contained in:
@@ -9,7 +9,8 @@ message HTTPCacheTaskKey {
|
||||
string key = 3;
|
||||
string type = 4;
|
||||
string keyType = 5;
|
||||
bool isDone = 6;
|
||||
bool isDone = 6; // 是否已完成
|
||||
bool isDoing = 9; // 是否执行中
|
||||
bytes errorsJSON = 7;
|
||||
int64 nodeClusterId = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user