Commit e32f844
committed
fix: increase Iceberg retry to 5 attempts with 3s delay, remove from refresh
Iceberg tables use directory-based R2 list() discovery which has
eventual consistency in miniflare. Increase retries from 3×2s to 5×3s
(15s total wait). Remove Iceberg from /refresh loop since refresh
endpoint only supports single-file formats (Lance/Parquet).1 parent 32f3b72 commit e32f844
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
199 | | - | |
| 199 | + | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
0 commit comments