KnexError in Central

Please find below log:

service               |   name: 'KnexTimeoutError',
service               |   sql: undefined,
service               |   bindings: undefined
service               | }KnexTimeoutError: Knex: Timeout acquiring a connection.                The pool is probably full. Are you missing a .transacting(trx) call?
service               |     at Client_PG.acquireConnection (/usr/odk/node_module               s/knex/lib/client.js:349:26) {
service               |   name: 'KnexTimeoutError',
service               |   sql: undefined,
service               |   bindings: undefined
service               | }KnexTimeoutError: Knex: Timeout acquiring a connection.                The pool is probably full. Are you missing a .transacting(trx) call?
service               |     at Client_PG.acquireConnection (/usr/odk/node_module               s/knex/lib/client.js:349:26) {
service               |   name: 'KnexTimeoutError',
service               |   sql: undefined,
service               |   bindings: undefined

Please guide.

The latest version of Central solves most of the issues with Knex. The alternative is to reboot and see if that helps.

Thanks for the immediate help. Will update you with the results of proposed solution.