Overview
Create Firebase scheduled function to index PoolCreated events every 5 minutes as backup mechanism.
Tasks
Acceptance Criteria
- Runs automatically every 5 minutes
- Successfully indexes missed pools from blockchain
- Updates sync state after each run
- Handles RPC errors gracefully with retries
Related Documentation
- See docs/POOL_CREATION_ARCHITECTURE.md Phase 5
- See docs/POOL_CREATION_TASKS.md Task 5
Labels: comp: backend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35
Overview
Create Firebase scheduled function to index PoolCreated events every 5 minutes as backup mechanism.
Tasks
functions/events/syncPoolEvents.tsscheduled functionevent_sync_statecollection with last processed blockAcceptance Criteria
Related Documentation
Labels: comp: backend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35