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
I have a spring-boot API with methods adopted with @async and uses multi-tenant.
After using it for a while I have some messages
table or view does not exist
sequence does not exist...
Everything leads me to believe that it is in the wrong tenant.
How can we handle this since it is a multi-tenant and multi-thread scenario
The text was updated successfully, but these errors were encountered:
I have a spring-boot API with methods adopted with @async and uses multi-tenant.
After using it for a while I have some messages
table or view does not exist
sequence does not exist...
Everything leads me to believe that it is in the wrong tenant.
How can we handle this since it is a multi-tenant and multi-thread scenario
The text was updated successfully, but these errors were encountered: