-
Notifications
You must be signed in to change notification settings - Fork 836
Healthcheck still active on deleted API #175
Comments
@robinmoisson , I'm afraid you can't, You will need to remove the hc manually from Konga's db. This is a bug. I will address it as soon as possible. Thanks for the feedback |
Dumb question: I assume the database is I'm using the default localDisk connection. |
If you're using the localDisk adapter, the database is just a simple file with json syntax, You just need to open the file with your fav text editor and search for the appropriate json object representing the the health check and remove it. |
Ah, didn't check opening it in a text editor :) That settles it, thanks ! |
this issue is fixed on this commit |
Great @pantsel, thank you for the fix. |
Hi,
I had an API where I enabled healthchecks for testing purposes, then I deleted the API but I'm still receiving "API down" notifications for this API. Since the API is deleted I can't disable them anymore.
Where can I look to investigate and manually disable them?
Thanks a lot for Konga !
The text was updated successfully, but these errors were encountered: