Skip to content
代码片段 群组 项目
未验证 提交 20b483e2 编辑于 作者: Luke Duncalfe's avatar Luke Duncalfe 提交者: GitLab
浏览文件

Merge branch 'ld-docs-link-TokenAuthenticatable-from-Utilities' into 'master'

Link TokenAuthenticatable from utilities page

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180088



Merged-by: default avatarLuke Duncalfe <lduncalfe@gitlab.com>
Co-authored-by: default avatarLuke Duncalfe <lduncalfe@eml.cc>
No related branches found
No related tags found
无相关合并请求
......@@ -285,6 +285,10 @@ end
Read the documentation on [`ReactiveCaching`](reactive_caching.md).
## `TokenAuthenticatable`
Read the documentation on [`TokenAuthenticatable`](token_authenticatable.md).
## `CircuitBreaker`
The `Gitlab::CircuitBreaker` can be wrapped around any class that needs to run code with circuit breaker protection. It provides a `run_with_circuit` method that wraps a code block with circuit breaker functionality, which helps prevent cascading failures and improves system resilience. For more information about the circuit breaker pattern, see:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册