Skip to content

Commit afcc428

Browse files
committed
increase max aux psql connections default
1 parent 1ddbcfb commit afcc428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ services:
178178
cpus: 1
179179
environment:
180180
<<: *base-environment
181+
# Default to 4 max client connections if not set (work, poll for requeue, completed cleanup, stuck tasks cleanup)
182+
DB_MAX_CONNECTIONS: ${DB_MAX_CONNECTIONS:-4}
181183

182184
entrypoint: /app/agent -t aux --monitor-requeue --redis-ttl ${REDIS_TTL:-57600}
183185

0 commit comments

Comments
 (0)