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

Implement Queue Based Searching #4

Open
dennyabrain opened this issue Sep 12, 2020 · 0 comments
Open

Implement Queue Based Searching #4

dennyabrain opened this issue Sep 12, 2020 · 0 comments

Comments

@dennyabrain
Copy link
Contributor

Right now the search API prioritized realtime response and returns in 2-5 seconds. Can we build support for long time consuming search operations by doing them via the queue?

So basically when a client makes an API request for search, the request gets queued up in rabbit mq. Then when a consumer is available, it gets the job and performs the long search operation and then notifies the client via an API. We could later on explore alternate ways of reporting back like email, slack etc

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

No branches or pull requests

1 participant