carp icon indicating copy to clipboard operation
carp copied to clipboard

SQL table to track which tasks got used

Open SebastienGllmt opened this issue 2 years ago • 0 comments

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 avatar May 29 '22 23:05 SebastienGllmt