updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user