golang / oscar

[mirror] Open source contributor agent architecture repo.
BSD 3-Clause "New" or "Revised" License
140 stars 18 forks source link

internal/crawl: check for canceled context #45

Open zpavlinovic opened 1 week ago

zpavlinovic commented 1 week ago

We should check if the context is cancelled while crawling as the latter is a rather lengthy operation.