Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant