Closed jbampton closed 1 month ago
We already have a lite version so now we need to enhance it.
Lite version should not contain "salary" or "content".
So don't open the full job ad; Move the "check for lite logic" higher up, outside and above: ad = agent.get(url)
ad = agent.get(url)
https://github.com/slurpcode/slurp/blob/e4813ef8a7f9c0cf1a944f17782a289a295f9f87/seek/seek.rb#L276
This will make the lite version faster to crawl
Hey @Dxuian are you interested in this issue ?
on it
Hey @Dxuian you are now assigned :+1:
@jbampton please review #2799
We already have a lite version so now we need to enhance it.
Lite version should not contain "salary" or "content".
So don't open the full job ad; Move the "check for lite logic" higher up, outside and above:
ad = agent.get(url)
https://github.com/slurpcode/slurp/blob/e4813ef8a7f9c0cf1a944f17782a289a295f9f87/seek/seek.rb#L276
This will make the lite version faster to crawl