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
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