Currently, the CommandFactory class circulates the JSON commands each time the server is turned ON. It would be better to have a circular list with past evaluated configurations. When the server is restarted, only the codes that were not assessed enough start executing.
Currently, the CommandFactory class circulates the JSON commands each time the server is turned ON. It would be better to have a circular list with past evaluated configurations. When the server is restarted, only the codes that were not assessed enough start executing.