## Summary - A `429 ASPSP_RATE_LIMIT_EXCEEDED` response from the bank's API was incorrectly marking connections as `status=error`, blocking all future syncs. - Rate limit errors are transient — the connection is still valid and should be retried on the next scheduled sync. - Added `isRateLimitError()` check in the `catch` block of `SyncBankingConnectionJob`: on 429, the job returns early without updating the connection status or error message. |
||
|---|---|---|
| .. | ||
| Drip | ||
| AssignHistoricalTransactionsToBudget.php | ||
| ReEvaluateTransactionRulesJob.php | ||
| SendUpdateEmailJob.php | ||
| SyncAllBankingConnectionsJob.php | ||
| SyncBankingConnectionJob.php | ||
| SyncBinanceHistoricalBalancesJob.php | ||