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
retrymanager.go: start a retry worker periodically
WORKER
generalworker.go: worker that does all the scans
GeneralWorker Design
Robotstxt Fetch&Log Design
Use temoto/robotstxt for parsing and path testing
tomoto/robotstxt's (path) Group object cannot be logged to database.
This is because the group object stores all path (allow/disallow) regex as a private variable.
robots.txt in string format is stored in DB, this can be converted to robotstxt's Group object
All DB writes are in batches, the batch not yet written acts like a natural cache.