Jaehong Kang
|
c73d5a6075
|
Using Sidekiq concurrency for default db pool value (#26488)
|
2023-11-08 13:15:43 +00:00 |
Claire
|
2c204d904b
|
Change `DB_REPLICA_*` environment variables to `REPLICA_DB_*` (#26386)
|
2023-08-08 13:59:40 +02:00 |
Claire
|
3105fef21a
|
Rename “read” database to “replica” for consistency (#26326)
|
2023-08-03 16:17:09 +02:00 |
Eugen Rochko
|
26e522ac55
|
Fix not actually connecting to the configured replica (#25977)
|
2023-07-17 08:26:52 +02:00 |
Kurtis Rainbolt-Greene
|
e4cfe4b3db
|
First pass at multi-database for read replica using Rails native adapter (#25693)
Co-authored-by: emilweth <7402764+emilweth@users.noreply.github.com>
|
2023-07-08 19:45:36 +02:00 |
Eugen Rochko
|
dfa9843ac8
|
Fix pgBouncer resetting application name on every transaction (#23958)
|
2023-03-05 01:52:42 +01:00 |
Claire
|
3d40282f1b
|
Change postgres connection timeout (#21790)
|
2022-12-07 00:39:36 +01:00 |
Yamagishi Kazutoshi
|
584d8b977b
|
Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier
* Add prettier to devDep
|
2022-03-21 04:46:11 +01:00 |
sasanquaneuf
|
21e80a9792
|
Escape database passwords in config/database.yml (#17627)
* Add double quotes for using passwords that start with a comma
* Escape database password in yml
|
2022-02-25 01:16:52 +01:00 |
Sascha
|
42e733681a
|
config: add DB_SSLMODE for managed/remote PG (#10210)
* config: add DB_SSLMODE for managed/remote PG
* streaming: set PG sslmode, defaults to prefer
|
2019-03-08 14:36:28 +01:00 |
Eugen Rochko
|
32d7d61703
|
Remove PostgreSQL statement timeout (#9537)
Revert #9382
|
2018-12-16 21:17:15 +01:00 |
Eugen Rochko
|
58a29db99d
|
Add database statement timeout of 60s (#9382)
|
2018-12-03 01:32:27 +01:00 |
masarakki
|
0e0c6b1b4b
|
use-DB_NAME-in-development (#5430)
|
2017-10-17 11:45:37 +02:00 |
amazedkoumei
|
436ce03772
|
fix unnecessary variable (#3947)
|
2017-06-25 23:29:22 +02:00 |
amazedkoumei
|
87efa38721
|
more free pgconfig by .env (#3909)
* more free pgconfig for streaming by .env
* fix wrong default values
* database.yml read ENV as same as streaming server
|
2017-06-25 18:13:31 +02:00 |
Keiji Matsuzaki
|
90c00f075a
|
Added support parallel_tests (#2740)
- Added new gem the `parallel_tests`.
- Updated .travis.yml.
- Improved scripts and environment variable.
|
2017-05-03 12:20:38 +02:00 |
Eugen
|
d5a675099a
|
Add env variable to disable prepared statements (#1293)
|
2017-04-09 05:46:32 +02:00 |
Eugen
|
4292cf60ae
|
Fix env variable name
|
2017-01-10 22:01:13 +01:00 |
Eugen Rochko
|
e7723ab662
|
Add puma preloading, decrease DB pool size to size of threads per worker
|
2016-11-02 16:38:54 +01:00 |
Eugen Rochko
|
6426819b6f
|
Fix tests
|
2016-08-18 17:22:44 +02:00 |
Eugen Rochko
|
5764d52b04
|
Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
a basic home timeline
|
2016-03-25 16:10:14 +01:00 |
Eugen Rochko
|
bb98ee489d
|
Up the number of pooled DB connections to cover both Sidekiq and Puma workers
|
2016-03-25 15:10:34 +01:00 |
Eugen Rochko
|
36f3da3cde
|
Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
|
2016-03-25 14:20:31 +01:00 |
Eugen Rochko
|
e24bfbde1a
|
Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding
admin status to users
|
2016-03-25 14:12:24 +01:00 |
Eugen Rochko
|
48d66a2055
|
Fixing the docker container setup (with assets compilation &co)
|
2016-03-16 12:57:01 +01:00 |
Eugen Rochko
|
b17202ca0f
|
Adding a docker-compose template for running Mastodon easily
|
2016-03-14 21:39:39 +01:00 |
Eugen Rochko
|
9c4856bdb1
|
Initial commit
|
2016-02-20 22:53:20 +01:00 |