Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Handle INITIAL_UPDATE & HISTORICAL_UPDATE webhooks. #168

Open
elliotcourant opened this issue May 13, 2021 · 3 comments
Open

Handle INITIAL_UPDATE & HISTORICAL_UPDATE webhooks. #168

elliotcourant opened this issue May 13, 2021 · 3 comments
Assignees
Labels

Comments

@elliotcourant
Copy link
Member

Handle Transactions webhooks INITIAL_UPDATE and HISTORICAL_UPDATE to ensure you are retrieving all available Transactions data. For more details, see Handling Transaction webhooks.

@elliotcourant elliotcourant added this to the Public Availability milestone May 13, 2021
@elliotcourant elliotcourant self-assigned this May 13, 2021
@elliotcourant
Copy link
Member Author

Added proper handling of the HISTORICAL_UPDATE webhook last night. When the webhook is received we kick off a job to retrieve the last 2 years worth of transaction data for the client.

INITIAL_UPDATE is also working properly it seems, no issues have been observed yet.

@elliotcourant
Copy link
Member Author

Need to add some additional logging to these jobs though. Just to see what it's doing even on a debug level.

@elliotcourant
Copy link
Member Author

Enough logging is added for now, in general some breadcrumbs will be added for Sentry as it is a better tool for diagnosing issues than logging alone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant