summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-17refactor: wrap the fetching-task with the semaphoreHEADmainBrandon C. Irizarry
2026-04-16chore: untrack descriptionBrandon C. Irizarry
2026-04-16chore: add description for cgitBrandon C. Irizarry
2026-04-16feat: configure max_concurrency from the command lineBrandon C. Irizarry
2026-04-16docs: add docstring to 'fetch'Brandon C. Irizarry
2026-04-16feat: use a semaphore to limit how many tasks make requestsBrandon C. Irizarry
2026-04-16feat: use taskgroup + flush printing of '.' + catch timeouterrorBrandon C. Irizarry
2026-04-16feat: use full concurrency (no semaphores)Brandon C. Irizarry
2026-04-16feat: add a timeout for sites that don't respondBrandon C. Irizarry
2026-04-16feat: ping sites sequentially and measure how long it takesBrandon C. Irizarry
2026-04-16docs: improve docstringBrandon C. Irizarry
2026-04-16chore: install aiohttpBrandon C. Irizarry
2026-04-16feat: read N URLs via command-line parameter from CSV fileBrandon C. Irizarry
2026-04-16chore: start projectBrandon C. Irizarry