Bio-OS / bioos

Apache License 2.0
57 stars 16 forks source link

feat: implement cache #53

Open liang09255 opened 9 months ago

liang09255 commented 9 months ago

What type of PR is this?

实现了CallCahing功能

当用户开启CallCahing时,apiserver在creteRuns时从run表中查询是否存在相同任务(workflow_version_id和inputs相同),如果存在相同任务则直接返回相同结果,并且给当前记录的cache字段标记为1(true)

全部命中缓存 image

部分命中缓存 image

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.