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(optimus): add GetDeployJobsStatus #132

Merged
merged 5 commits into from
Apr 27, 2022
Merged

Conversation

arinda-arif
Copy link
Contributor

@arinda-arif arinda-arif commented Apr 14, 2022

Adding GetDeployJobsStatus RPC and modify RefreshJobsResponse as part of this RFC:
https://github.com/odpf/optimus/blob/main/docs/docs/rfcs/20220216_improving_time_and_flow_of_deployment.md

Specifically for this issue: raystack/optimus#181

@arinda-arif arinda-arif marked this pull request as draft April 14, 2022 08:30
odpf/optimus/core/v1beta1/job_spec.proto Show resolved Hide resolved
string status = 1;

repeated DeployJobFailure failures = 2;
int32 total_succeed = 3;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to have the failed as well as the total jobs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets have: success_count, failure_count

@sravankorumilli sravankorumilli merged commit 63458a3 into main Apr 27, 2022
@sravankorumilli sravankorumilli deleted the optimus-refresh-async branch April 27, 2022 09:37
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