You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
Is your feature request related to a problem? Please describe.
If a user deletes a resource in the ledger (e.g. QBO) when it already exists in rails_app as a LedgerResource, future syncs will fail as the ledger_id is no longer valid.
Describe the solution you'd like
Notify the provider that the delete has occurred.
Remove the ledger_id on the LedgerResource so future syncs will succeed as expected.
Questions
Do we retry any current failures due to a race case of a sync failing before the webhook was received and processed?
What are other use cases besides deletion?
Should this functionality be built into the library somehow?
Is your feature request related to a problem? Please describe.
If a user deletes a resource in the ledger (e.g. QBO) when it already exists in
rails_appas aLedgerResource, future syncs will fail as theledger_idis no longer valid.Describe the solution you'd like
ledger_idon theLedgerResourceso future syncs will succeed as expected.Questions
@mattgmarcus @jozefvaclavik