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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?All reactions