Skip to content
代码片段 群组 项目
提交 32cd334e 编辑于 作者: GitLab Bot's avatar GitLab Bot
浏览文件

Automatic merge of gitlab-org/gitlab-ce master

No related branches found
No related tags found
无相关合并请求
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
# Default is to retry 25 times with exponential backoff. That's too much. # Default is to retry 25 times with exponential backoff. That's too much.
Sidekiq.default_worker_options = { retry: 3 } Sidekiq.default_worker_options = { retry: 3 }
if Rails.env.development?
Sidekiq.default_worker_options[:backtrace] = true
end
enable_json_logs = Gitlab.config.sidekiq.log_format == 'json' enable_json_logs = Gitlab.config.sidekiq.log_format == 'json'
Sidekiq.configure_server do |config| Sidekiq.configure_server do |config|
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册