Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/add-slack
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvv authored Dec 3, 2019
2 parents dad729e + ee7da0a commit 9295178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.5)
daemons (1.2.4)
diff-lcs (1.3)
erubis (2.7.0)
Expand Down Expand Up @@ -84,7 +84,7 @@ GEM
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.2.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
Expand All @@ -100,7 +100,7 @@ GEM
sinatra (~> 1.3)
webmock (~> 1.8)
mysql2 (0.4.10)
nokogiri (1.10.3)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
parallel (1.12.1)
parser (2.5.3.0)
Expand Down
2 changes: 1 addition & 1 deletion bin/amqp_client
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APP_PATH = File.expand_path('../config/application', __dir__)

class AmqpClient
APP_NAME = 'unified_warehouse'.freeze
DEFAULT_WORKERS = 2
DEFAULT_WORKERS = 1
DEFAULT_PID_DIR = './tmp/pids'.freeze

NotImplimented = Class.new(StandardError)
Expand Down

0 comments on commit 9295178

Please sign in to comment.