Commit 5da16be
committed
refactor(workflow): update daily balance snapshot orchestration
- Replaced the balance snapshots script with a new batch snapshot orchestrator for improved efficiency.
- Increased batch size from 3 to 10 and reduced delay between batches from 15 to 5 seconds.
- Updated failure notification to use a dedicated Discord webhook for better error tracking.
- Removed deprecated balance snapshots script and related API endpoints to streamline the codebase.1 parent 148e431 commit 5da16be
File tree
10 files changed
+807
-564
lines changed- .github/workflows
- scripts
- src/pages/api/v1
- aggregatedBalances
- stats
10 files changed
+807
-564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
This file was deleted.
0 commit comments