Skip to content

Commit

Permalink
-Changed Max Listing Days to 1 day. PaulMcInnis#124
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigG committed Dec 15, 2020
1 parent fa64937 commit 97b08bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
pytest
- name: Run a Remote jobs only scrape
run: |
funnel inline -kw Python -ps ON -c Toronto -l CANADA_ENGLISH -remoteness FULLY_REMOTE -p INDEED -log-level DEBUG -csv demo_job_search_results/demo_remote_search.csv -cache demo_job_search_results/cache3 -blf demo_job_search_results/demo_block_list.json -dl demo_job_search_results/demo_duplicates_list.json -log-file demo_job_search_results/log.log
funnel inline -kw Python -ps ON -c Toronto -l CANADA_ENGLISH -remoteness FULLY_REMOTE -p INDEED -log-level DEBUG -csv demo_job_search_results/demo_remote_search.csv -cache demo_job_search_results/cache3 -blf demo_job_search_results/demo_block_list.json -dl demo_job_search_results/demo_duplicates_list.json -log-file demo_job_search_results/log.log -max-listing-days 1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
funnel load -s demo/settings.yaml -log-level DEBUG
- name: Run an american search by CLI
run: |
funnel inline -kw Python Data Scientist PHD AI -ps WA -c Seattle -l USA_ENGLISH -log-level DEBUG -csv demo_job_search_results/demo_search.csv -cache demo_job_search_results/cache2 -blf demo_job_search_results/demo_block_list.json -dl demo_job_search_results/demo_duplicates_list.json -log-file demo_job_search_results/log.log
funnel inline -kw Python Data Scientist PHD AI -ps WA -c Seattle -l USA_ENGLISH -log-level DEBUG -csv demo_job_search_results/demo_search.csv -cache demo_job_search_results/cache2 -blf demo_job_search_results/demo_block_list.json -dl demo_job_search_results/demo_duplicates_list.json -log-file demo_job_search_results/log.log -max-listing-days 1
- name: Run a FRANCE_FRENCH demo by settings YAML
run: |
funnel load -s demo/settings_FR.yaml -log-level DEBUG
Expand Down
2 changes: 1 addition & 1 deletion demo/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ search:
- Python

# Don't return any listings older than this:
max_listing_days: 35
max_listing_days: 1

# Blocked company names that will never appear in any results:
company_block_list:
Expand Down
2 changes: 1 addition & 1 deletion demo/settings_FR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ search:
- Business Analyst

# Don't return any listings older than this:
max_listing_days: 35
max_listing_days: 1

# Blocked company names that will never appear in any results:
company_block_list:
Expand Down
2 changes: 1 addition & 1 deletion demo/settings_USA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ search:
- AI

# Don't return any listings older than this:
max_listing_days: 35
max_listing_days: 1

# Blocked company names that will never appear in any results:
company_block_list:
Expand Down

0 comments on commit 97b08bd

Please sign in to comment.