Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction display "stuck" #70

Open
dboreham opened this issue Dec 20, 2024 · 2 comments
Open

Transaction display "stuck" #70

dboreham opened this issue Dec 20, 2024 · 2 comments

Comments

@dboreham
Copy link
Contributor

Transactions displayed are stuck at some number of days ago, like this:

image

@dboreham
Copy link
Contributor Author

Inspection of the graphql response from the back end shows that the problem is in the back-end (it is returning stale data).

However, the total transactions count returned along with the window of transaction records changes (increases) over time.

This implies that the problem isn't to do with the database getting stuck with stale data.

A manual query of the database (clickhouse) supports this theory. The count of rows in the user_transaction table goes up over time.

@dboreham
Copy link
Contributor Author

Examining the version and timestamp fields in the table suggests that a) data is constantly being inserted but b) the data most recently inserted is from several days ago. So the problem is in the ingestion of new transactions into the database.

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

No branches or pull requests

1 participant