i alrady hate lambda

This commit is contained in:
christian 2024-06-08 19:35:01 +02:00
parent 36a2f49dcf
commit 186db79995
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/thehub_cache /lambda-package
/jobs.json

View File

@ -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