lib/vault-tools/config.rb in vault-tools-0.3.3 vs lib/vault-tools/config.rb in vault-tools-0.3.4
- old
+ new
@@ -45,7 +45,11 @@
end
def int(key)
env(key) ? env(key).to_i : nil
end
+
+ def sidekiq_concurrency
+ int('SIDEKIQ_CONCURRENCY') || 25
+ end
end
end