docs: update changelog for ARQ worker tasks

This commit is contained in:
agatha 2026-03-15 15:27:54 -04:00
parent b33d7130f8
commit 160a2f3b37

View File

@ -37,4 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Proxy acquire endpoint with atomic lease creation via Redis - Proxy acquire endpoint with atomic lease creation via Redis
- Credit debit on acquisition with balance verification - Credit debit on acquisition with balance verification
- Proxy release endpoint with immediate lease cleanup - Proxy release endpoint with immediate lease cleanup
- Lease audit trail in PostgreSQL - Lease audit trail in PostgreSQL
- ARQ worker with startup/shutdown lifecycle
- Scrape tasks: scrape_source, scrape_all
- Validation tasks: validate_proxy with staged pipeline, revalidate_sweep
- Cleanup tasks: prune_dead_proxies, prune_old_checks, expire_leases
- Cron schedules for all periodic tasks