Skip to content

Add API queuing to support multiple asynchronous queries - #1

Open
pimakshay wants to merge 1 commit into
mainfrom
feature/api-queuing
Open

Add API queuing to support multiple asynchronous queries#1
pimakshay wants to merge 1 commit into
mainfrom
feature/api-queuing

Conversation

@pimakshay

Copy link
Copy Markdown
Owner

This PR introduces API queuing support for multiple input queries. Previously, users could only review changes for a single query at a time. With this enhancement, users can now submit multiple queries (e.g., 10) in a single request.

Key Changes

  • Added query queuing: submitted queries are queued and processed asynchronously.
  • Users are notified when each query has finished processing.
  • Results for individual queries can be reviewed independently.
  • For each query, users can accept or discard the suggested changes.
  • Once finished, all accepted changes across all queries can be approved together in a single action.

Benefits

  • Improves efficiency by allowing batch submission of queries.
  • Provides flexibility to review and act on results as they become available.
  • Streamlines approval by consolidating accepted changes into one final approval step.

@pimakshay pimakshay self-assigned this Aug 19, 2025
@pimakshay pimakshay changed the title Adds API queuing feature to handle high traffic Add API queuing to support multiple asynchronous queries Aug 19, 2025
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.

1 participant