You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: