travis-api/lib/travis
Piotr Sarnacki b68c7a33b0 Allow to set sidekiq concurrency separately from web workers
Unicorn, which we use to serve the API, uses forked workers that need
only one connection per instance. Sidekiq on the other hand runs several
instances in memory, so it needs a higher concurrency setting. This
commit introduces a way to set sidekiq db pool using
SIDEKIQ_DB_POOL_SIZE
2016-03-17 10:57:15 +01:00
..
api remove hard coded request path 2016-03-16 15:20:41 +01:00
private_key.rb Return fingerprint along with the public key for repository 2014-07-29 04:39:03 +02:00
sidekiq.rb Allow to set sidekiq concurrency separately from web workers 2016-03-17 10:57:15 +01:00