From bb7b7bc66cb6f78a861b24bcc11b7454c5651fd9 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 14 Mar 2023 09:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sidekiq=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 0645fa72c..2f6d08f53 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ + #source 'https://gems.ruby-china.com' source 'https://mirrors.cloud.tencent.com/rubygems/' git_source(:github) { |repo| "https://github.com/#{repo}.git" } @@ -102,6 +103,7 @@ gem 'rails-i18n', '~> 5.1' gem 'sidekiq' gem 'sinatra' gem "sidekiq-cron", "~> 1.1" +gem 'sidekiq-failures' # batch insert gem 'bulk_insert'