Skip to content

Instantly share code, notes, and snippets.

@b5
Created April 24, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b5/c131c7417c8bc9ae414b2507681b80a0 to your computer and use it in GitHub Desktop.
Save b5/c131c7417c8bc9ae414b2507681b80a0 to your computer and use it in GitHub Desktop.
github.com/qri-io/walk job
{
"Seeds": [
"https://yosemite.epa.gov"
],
"SeedsPath": "",
"Crawl": true,
"Domains": [
"https://yosemite.epa.gov"
],
"IgnorePatterns": null,
"DoneScanMilli": 30000,
"DelayMilli": 0,
"StopAfterEntries": 0,
"StopURL": "",
"BackoffResponseCodes": null,
"MaxAttempts": 3,
"Workers": [
{
"Parallelism": 10,
"Type": "local",
"DelayMilli": 500,
"Polite": true,
"RecordResponseHeaders": false,
"RecordRedirects": true,
"UserAgent": ""
}
],
"ResourceHandlers": [
{
"Type": "sitemap",
"SrcPath": "",
"DestPath": "",
"Prefix": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment