Skip to content

Commit

Permalink
Lower REQUEST LIMIT to loosen the crawling intensive as it seems to b…
Browse files Browse the repository at this point in the history
…e blocked by data.gov.hk
  • Loading branch information
chunlaw committed Aug 1, 2024
1 parent 09744df commit d41193d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install -r ./crawling/requirements.txt
- name: Crawling resources
env:
REQUEST_LIMIT: "10"
REQUEST_LIMIT: "6"
run: |
set -o xtrace
python ./crawling/parseHoliday.py
Expand Down

0 comments on commit d41193d

Please sign in to comment.