ansible/roles/postgresql_server
Kevin Fenzi fa46e8bc0e koji_hub: switch to event workers in apache and bump limits way up.
By default apache uses prefork and a limit of 250. It's possible that this limit was
the thing causing us issues over the last week. This moves to the event mpm and ups limits
a lot. It also needs to up limits on db connections or the increased workers will just
cause the db server to overload.

With this setup, builders are no longer dropping out, but it's not clear if it's solved
all the issues we have been seeing.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:20 +02:00
..
defaults postgresql defaults: move default to defaults. 2020-04-24 21:34:16 +02:00
files postgresql-server: sadly, "all" doesn't match replication, that has to be seperate. 2020-04-24 21:34:13 +02:00
handlers Migrate a bunch of things to roles. Thanks to misc! 2013-08-19 20:12:26 +00:00
tasks postgresql_server: Fix spelling mistake 2020-04-24 21:34:13 +02:00
templates koji_hub: switch to event workers in apache and bump limits way up. 2020-04-24 21:34:20 +02:00