travis-api/lib
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
..
tasks Rename encyrpt_all_data.rake to encrypt_all_data.rake 2014-06-19 17:52:03 -04:00
travis Allow to set sidekiq concurrency separately from web workers 2016-03-17 10:57:15 +01:00
active_record_postgres_variables.rb add support for setting session variables for postgres connections (as you can in ActiveRecord 4.x) 2015-05-12 11:55:46 +02:00
conditional_skylight.rb remove dyno count check 2015-01-19 15:49:54 +01:00