Commit 4794b5f
committed
critical: Fix syntax error and add deployment tracking
CRITICAL FIXES:
1. Fixed broken ternary operator in storage configuration (line 418-419)
2. Added version tracking to health endpoints for deployment verification
3. Enhanced health endpoint with race fix version info
This addresses the potential deployment failure where the race condition
fix wasn't actually being deployed due to syntax issues.
Version: v3-aggressive-15retries-25ms
Health endpoints now show: raceFixVersion for verification1 parent 57411d5 commit 4794b5f
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| |||
383 | 389 | | |
384 | 390 | | |
385 | 391 | | |
386 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
387 | 397 | | |
388 | 398 | | |
389 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments