Produce notification when (all) metadata sources error #277
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just had a situation where none of the configured metadata sources where reachable. The editor gave no indication that it saw a 502 for any request and behaviorally made the impression that I was working with an empty instance.
This is not desirable. When nothing can be read, chances are that nothing can be submitted either -- leading to potential loss of work.
Maybe it is necessary to introduce a dedicated "heartbeat" request: a request that is done (maybe every minute or so) to verify that the expected service(s) are still available with the known set of credentials.