Skip to content

Set max worker connections to avoid too many connections errors

Currently database supports only 200 connections and will raise errors if it is exceeded. Limit workers to 47 connections with a total limit of 188 (given 4 workers) to avoid raisig errors. Instead new connections will wait until some connection finishes.

Merge request reports