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

Move to a backend populated queue for next_url #16

Closed
artagel opened this issue Mar 1, 2018 · 0 comments
Closed

Move to a backend populated queue for next_url #16

artagel opened this issue Mar 1, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@artagel
Copy link
Member

artagel commented Mar 1, 2018

The next_url api is an expensive join query that needs to be reworked into a queuing system that is generating the url list periodically. We could probably run this every 5-10 min, as currently each time we run the query we get a full list of urls and then grab a random one that need scanning. If we simply populate the queue and pop one off, it'll be way more efficient.

@haxys haxys added the bug Something isn't working label Mar 1, 2018
@haxys haxys added this to the Stable Version 1.0 milestone Mar 1, 2018
@artagel artagel closed this as completed in a4a4acf Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants