You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
I lost internet connection for a moment, but local-gitlab kept periodically trying to fetch information from GitLab. And I had slime connected to it, so I had many debugger (automatically) opened in Emacs.
Acceptance Criteria
When GitLab's domain name cannot be resolved, don't invoke the debugger (e.g. add a handler-case)
When multiple errors happen one after the other, when making requests to GitLab. The local-gitlab should stop making new requests for a while, only making a request from time to time in order to verify if the system recovered.
(Optional) Show a message in the WebUI when the service is degraded. (But keep showing the data)
In the WebUI, show the last update time
The text was updated successfully, but these errors were encountered:
Description
I lost internet connection for a moment, but
local-gitlab
kept periodically trying to fetch information from GitLab. And I had slime connected to it, so I had many debugger (automatically) opened in Emacs.Acceptance Criteria
handler-case
)local-gitlab
should stop making new requests for a while, only making a request from time to time in order to verify if the system recovered.The text was updated successfully, but these errors were encountered: