Skip to content

fix: add retry and rate limiting for arXiv API 429 errors #87

fix: add retry and rate limiting for arXiv API 429 errors

fix: add retry and rate limiting for arXiv API 429 errors #87

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup uv
uses: astral-sh/setup-uv@v7.1.4
- name: Run Pytest
run: |
uv run pytest -m "" --cov=src/zotero_arxiv_daily --cov-report=term-missing