Replies: 1 comment
-
|
From the current code, your reading is right: So it is more like If you need per-attempt gating, that probably needs a separate hook in |
Beta Was this translation helpful? Give feedback.
-
|
From the current code, your reading is right: So it is more like If you need per-attempt gating, that probably needs a separate hook in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
beforeRetryruns inloadPendingTransactions():db/packages/offline-transactions/src/executor/TransactionExecutor.ts
Lines 228 to 257 in be656be
However, it is not called in handleError when scheduling a retry:
db/packages/offline-transactions/src/executor/TransactionExecutor.ts
Lines 159 to 226 in be656be
I would have assumed
beforeRetry()would run every time before a transaction is retried. Is this not the case?Beta Was this translation helpful? Give feedback.
All reactions