Skip to content

Instantly share code, notes, and snippets.

@b5
Last active April 24, 2019 15:35
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/7ed9ba83d707931510534e71f7562670 to your computer and use it in GitHub Desktop.
Save b5/7ed9ba83d707931510534e71f7562670 to your computer and use it in GitHub Desktop.
github.com/qri-io/walk job
{
"Seeds": [
"https://esrl.noaa.gov/"
],
"SeedsPath": "",
"Crawl": true,
"Domains": [
"https://esrl.noaa.gov/"
],
"IgnorePatterns": null,
"DoneScanMilli": 30000,
"DelayMilli": 0,
"StopAfterEntries": 10,
"StopURL": "",
"BackoffResponseCodes": null,
"MaxAttempts": 3,
"Workers": [
{
"Parallelism": 10,
"Type": "local",
"DelayMilli": 500,
"Polite": true,
"RecordResponseHeaders": false,
"RecordRedirects": true,
"UserAgent": ""
}
],
"ResourceHandlers": [
{
"Type": "sitemap",
"DstPath": "sitemap.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment