You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get a timeout error when running the syn2mas advisor command
~$ syn2mas --command=advisor --synapseConfigFile=homeserver.yaml
[2025-02-03T01:08:55.471] [ERROR] default - KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
at Client_PG.acquireConnection (/usr/local/lib/node_modules/@vector-im/syn2mas/node_modules/knex/lib/client.js:332:26)
at async Runner.ensureConnection (/usr/local/lib/node_modules/@vector-im/syn2mas/node_modules/knex/lib/execution/runner.js:305:28)
at async Runner.run (/usr/local/lib/node_modules/@vector-im/syn2mas/node_modules/knex/lib/execution/runner.js:30:19)
at async count (file:///usr/local/lib/node_modules/@vector-im/syn2mas/dist/advisor.mjs:49:21)
at async advisor (file:///usr/local/lib/node_modules/@vector-im/syn2mas/dist/advisor.mjs:55:24)
at async file:///usr/local/lib/node_modules/@vector-im/syn2mas/dist/index.js:43:9 {
sql: undefined,
bindings: undefined
}
To Reproduce
run command syn2mas --command=advisor --synapseConfigFile=homeserver.yaml
I have syn2mas installed via npm as suggested in the docs. Screenshots
Additional context
I have my stack setup in docker I have created an empty db in the postgres that synapse uses
my homeserver config is here
Describe the bug
I get a timeout error when running the syn2mas advisor command
To Reproduce
run command
syn2mas --command=advisor --synapseConfigFile=homeserver.yaml
I have syn2mas installed via npm as suggested in the docs.
Screenshots
Additional context
I have my stack setup in docker I have created an empty db in the postgres that synapse uses
my homeserver config is here
The text was updated successfully, but these errors were encountered: