Browse Source

终止网考异步任务标志

xiatian 2 years ago
parent
commit
acfeb00a6c

+ 5 - 0
examcloud-common-models/src/main/java/cn/com/qmth/examcloud/support/CacheConstants.java

@@ -374,6 +374,11 @@ public interface CacheConstants {
      * 缓存 - 旧版API黑名单:{rootOrgIds}
      */
     String CACHE_OE_OLD_API_BLACK_LIST = "$OE:OLD_API_BLACK_LIST";
+    
+    /**
+     * 缓存 - 异步导出任务终止:{taskId}
+     */
+    String CACHE_OE_EXPORT_TASK_STOP = "$OE:EXPORT_TASK_STOP:";