Skip to content

Commit

Permalink
scrape a lot of terms
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bansal committed Jan 4, 2024
1 parent 3990438 commit 63e9c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- crawler
schedule:
- cron: "0 */2 * * *"
- cron: "0 */12 * * *"
concurrency:
group: crawling

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn start
env:
LOG_FORMAT: json
NUM_TERMS: 4
NUM_TERMS: 16
ALWAYS_SCRAPE_CURRENT_TERM: 1
DETAILS_CONCURRENCY: 256
DATA_FOLDER: ./data
Expand Down

0 comments on commit 63e9c49

Please sign in to comment.