forked from rannes.dev/sw-jobs-go
i alrady hate lambda
This commit is contained in:
parent
36a2f49dcf
commit
186db79995
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/thehub_cache
|
/lambda-package
|
||||||
/jobs.json
|
|
@ -57,7 +57,7 @@ func fetchData() error {
|
|||||||
colly.AllowedDomains("www.thehub.io", "thehub.io"),
|
colly.AllowedDomains("www.thehub.io", "thehub.io"),
|
||||||
|
|
||||||
// Cache responses to prevent multiple requests
|
// Cache responses to prevent multiple requests
|
||||||
colly.CacheDir("./thehub_cache"),
|
colly.CacheDir("./tmp"),
|
||||||
)
|
)
|
||||||
|
|
||||||
// Slice of excluded words in the job titles
|
// Slice of excluded words in the job titles
|
Loading…
Reference in New Issue
Block a user