Skip to content

Conversation

@wsdt
Copy link
Contributor

@wsdt wsdt commented Sep 20, 2025

The Graph has a default limit of 100 events per query. Yesterday someone sent +100 events (since then around +1000 if queried right) within one disbursement window (2-5 minutes).

The Lightbridge until yesterday only sorted disbursements programmatically after the query, meaning the next deposit can and in fact was cut off from the query result. This resulted into the lightbridge disbursements to fail (as by design).

This fixes it by increasing the query window to the max 1,000 events per query + sorting on the query directly to avoid such issues.

@wsdt wsdt merged commit 86e5bb9 into main Sep 20, 2025
1 check failed
@wsdt wsdt deleted the fix/wsdt/sorting branch September 20, 2025 09:41
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.

3 participants