Replies: 1 comment
-
It could be concurrency, I suppose, yes. If you did it through the option to apply all changes on startup, it should work through a lock there. I'm changing this to a discussion fyi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have two microservices starting conccurently
On one object, I have two indexes:
And another configured via
I was using
store.AutoCreateSchemaObjects = AutoCreate.All
And in the middle of the startup, I have an error:
I am not sure of the cause.
Should I declare all indexes together:
Or is it rather linked to the concurrency?
One service is creating stuff, while the other only sees partially created tables & indexes, and restart from the ground up,...
Thank you
Beta Was this translation helpful? Give feedback.
All reactions