Skip to content

indexing-freshness: fit Moralis under its 40k CU/day free cap - #1005

Merged
Flotapponnier merged 1 commit into
devfrom
fix/indexing-moralis-daily-quota
Jul 8, 2026
Merged

indexing-freshness: fit Moralis under its 40k CU/day free cap#1005
Flotapponnier merged 1 commit into
devfrom
fix/indexing-moralis-daily-quota

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Summary

  • Moralis free plan is 40k CU/day (not 500k calls/month as the quota guard assumed) and /wallets/{addr}/history costs 25 CU/call
  • Full participation = 2,304 calls/day = 57.6k CU/day, blowing the daily cap ~2/3 through the day (API then 401s "free-plan-daily total included usage has been consumed" until UTC midnight)
  • Fix: everyN=2 (~28.8k CU/day, 72% of cap) + budget corrected to 48k calls/month

Already deployed on the VPS (rsync + rebuild, container healthy).

@Flotapponnier
Flotapponnier merged commit 2aec216 into dev Jul 8, 2026
@Flotapponnier
Flotapponnier deleted the fix/indexing-moralis-daily-quota branch July 8, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant