Skip to content
代码片段 群组 项目
提交 86d431bd 编辑于 作者: Allison Browne's avatar Allison Browne
浏览文件

Switch urgency to low for trace endpoint

上级 8a795aef
No related branches found
No related tags found
无相关合并请求
...@@ -212,7 +212,7 @@ class Runner < ::API::Base ...@@ -212,7 +212,7 @@ class Runner < ::API::Base
requires :id, type: Integer, desc: %q(Job's ID) requires :id, type: Integer, desc: %q(Job's ID)
optional :token, type: String, desc: %q(Job's authentication token) optional :token, type: String, desc: %q(Job's authentication token)
end end
patch '/:id/trace', urgency: :default, feature_category: :continuous_integration do patch '/:id/trace', urgency: :low, feature_category: :continuous_integration do
job = authenticate_job!(heartbeat_runner: true) job = authenticate_job!(heartbeat_runner: true)
error!('400 Missing header Content-Range', 400) unless request.headers.key?('Content-Range') error!('400 Missing header Content-Range', 400) unless request.headers.key?('Content-Range')
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册