From 160a2f3b37bf31a96c56f2ac9263b73d4f7baa5a Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 15 Mar 2026 15:27:54 -0400 Subject: [PATCH] docs: update changelog for ARQ worker tasks --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c456ed..61efcf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Credit debit on acquisition with balance verification - Proxy release endpoint with immediate lease cleanup -- Lease audit trail in PostgreSQL \ No newline at end of file +- 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 \ No newline at end of file