Conceptually speaking, would there be an issue with running multiple ST core instances against the s...
y
Conceptually speaking, would there be an issue with running multiple ST core instances against the same DB? For example, you have a load balanced API with multiple instances, and you (hypothetically) would create a new node by spinning up an image of your app together with the ST core process (where all the ST cores point to the same DB, and use the same config ofc). Would that work, or does the ST core process hold some state within memory which would make it unfeasible?
r
hey @yarfink that would work just fine. The core is totally stateless
y
Cool, good to know 👍
2 Views