Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement cache #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: implement cache #53

wants to merge 1 commit into from

Conversation

liang09255
Copy link

What type of PR is this?

实现了CallCahing功能

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

全部命中缓存
image

部分命中缓存
image

@ealyn ealyn requested a review from 2uschauer November 27, 2023 01:49
@CLAassistant
Copy link

CLAassistant commented Nov 28, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants