Commit 9aae68a
fix: switch to stable Gemini model and reduce rate limit pressure
Changed from gemini-2.0-flash-exp to gemini-1.5-flash-002:
- Experimental models have strict rate limits (quota exhausted errors)
- Stable model has higher quotas and better availability
- Reduced batch size from 10 to 5 campaigns
- Increased batch delay from 500ms to 2s
This prevents "Quota exceeded for generate_content_requests_per_minute" errors
during backfill operations.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 1669976 commit 9aae68a
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments