This commit is contained in:
2025-06-09 23:38:35 +02:00
parent 1054e2c839
commit 2f1f970267
2 changed files with 22 additions and 8 deletions

View File

@@ -84,9 +84,11 @@
### 11. 404 Errors for Newly Created Records
- **Problem**: Newly created records sometimes show 404 when immediately updating/linking
- **Solution**:
- Added better error logging to identify when this happens
- Added retry mechanism with exponential backoff to `updateInterest` function
- Will retry up to 3 times with increasing delays (1s, 2s, 3s)
- `get-interest-berths` returns empty list instead of throwing error for new records
- This appears to be a sync delay in NocoDB - record needs a moment to propagate
- This handles NocoDB synchronization delays where records need time to propagate
- After 3 retries, provides detailed error message explaining possible causes
## Required Environment Variables