You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description\nProcess auto-sweep actions concurrently rather than sequentially.\n\n## Files to Edit/Create\n- backend/src/services/sweep_worker.rs\n\n## Acceptance Criteria\n- Spawn tokio tasks to execute sweeps in parallel.\n\n## Guidance / Hints\nUse join_all and limit concurrency rates.
Description\nProcess auto-sweep actions concurrently rather than sequentially.\n\n## Files to Edit/Create\n-
backend/src/services/sweep_worker.rs\n\n## Acceptance Criteria\n- Spawn tokio tasks to execute sweeps in parallel.\n\n## Guidance / Hints\nUsejoin_alland limit concurrency rates.