-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestserverBack end related issueBack end related issue
Description
After some thought I've realized that the market API server can't be scaled to multiple node in its current configuration. For now, there can be only one server because the internal clock that the server use to know the current market simulation time is not shared. Meaning a user could be facing different response from multiple server if they did not exactly started at the same time.
To solve this the market simulation clock should be shared across servers, maybe through a consensus algorithm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestserverBack end related issueBack end related issue