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

fix(bug): Add optional query param to async submit create/update pip… #1401

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

Conversation

srekapalli
Copy link
Contributor

Currently gate makes blocking calls(submits and waits for task completion) to orca for save/updatePipeline tasks and under load orca calls can get BUFFERED and may not get processed for the amount of time that gate waits, resulting in a 400 bad request to the caller. The fix here is to add an option(query param) for users who automate their processes using this api, to async the task submission and they can poll for task completion and continue their flow upon task completion.

This API hides all the details of task submission ( like base64 encoding etc ) and easier to call than the task endpoint itself.

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