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
Would be great and more performatic if we have a knex cache. This can be a new class or just a map, where the key can be the service_tenant and the value is the knex connection.
And we can create the Multischemase object like this:
Would be great and more performatic if we have a knex cache. This can be a new class or just a map, where the key can be the
service_tenant
and the value is the knex connection.And we can create the Multischemase object like this:
Without a extra call of
setContext('service', 'tenant')
.With the knex cache we can solve the pool problem.
The text was updated successfully, but these errors were encountered: