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

SQL table to track which tasks got used #85

Open
SebastienGllmt opened this issue May 29, 2022 · 0 comments
Open

SQL table to track which tasks got used #85

SebastienGllmt opened this issue May 29, 2022 · 0 comments
Labels
client related to the Carp client enhancement New feature or request help wanted Extra attention is needed indexer related to the Carp indexer task related to Carp tasks webserver related to the Carp webserver

Comments

@SebastienGllmt
Copy link
Contributor

One problem with the Carp webserver is that it has no way to know if the user really ran the task required to index the data needed for a specific endpoint. This means the webserver shows endpoints that may be entirely broken or subtly wrong.

One wat we could fix this is make that every time Carp is launched, it saves which tasks were used in the EP to the database. The webserver would then be able to look at this table to know whether or not to disable or fast-fail endpoints

@SebastienGllmt SebastienGllmt added enhancement New feature or request help wanted Extra attention is needed webserver related to the Carp webserver client related to the Carp client task related to Carp tasks indexer related to the Carp indexer labels May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client related to the Carp client enhancement New feature or request help wanted Extra attention is needed indexer related to the Carp indexer task related to Carp tasks webserver related to the Carp webserver
Projects
None yet
Development

No branches or pull requests

1 participant