-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce new scheduling protocol #650
Comments
Some minor side whish that may could be added here: In all_tbw we actually have some fixed timeOut for SimScheduler which is hard coded to ten minutes which could/should be supported by config to make this adaptable. |
@danielfeismann I believe that timeout was for debugging purposes anyways, since after that time passed, scheduler state was dumped |
@sebastian-peter True, this one only logs. I miss interpreted this. There is another timeout with the same duration... |
…tocol # Conflicts: # src/main/scala/edu/ie3/simona/ontology/messages/SchedulerMessage.scala # src/main/scala/edu/ie3/simona/scheduler/ScheduleLock.scala # src/main/scala/edu/ie3/simona/scheduler/Scheduler.scala # src/main/scala/edu/ie3/simona/scheduler/TimeAdvancer.scala # src/main/scala/edu/ie3/simona/sim/setup/SimonaSetup.scala # src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmParticipantSpec.scala # src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmSupGridSpec.scala # src/test/scala/edu/ie3/simona/scheduler/ScheduleLockIT.scala # src/test/scala/edu/ie3/simona/scheduler/ScheduleLockSpec.scala # src/test/scala/edu/ie3/simona/scheduler/SchedulerSpec.scala # src/test/scala/edu/ie3/simona/service/primary/PrimaryServiceProxySpec.scala
# Conflicts: # src/main/scala/edu/ie3/simona/ontology/messages/SchedulerMessage.scala # src/main/scala/edu/ie3/simona/scheduler/ScheduleLock.scala # src/main/scala/edu/ie3/simona/scheduler/Scheduler.scala # src/main/scala/edu/ie3/simona/scheduler/TimeAdvancer.scala # src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmParticipantSpec.scala # src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmSupGridSpec.scala # src/test/scala/edu/ie3/simona/scheduler/ScheduleLockIT.scala # src/test/scala/edu/ie3/simona/scheduler/ScheduleLockSpec.scala # src/test/scala/edu/ie3/simona/scheduler/SchedulerSpec.scala # src/test/scala/edu/ie3/simona/service/primary/PrimaryServiceProxySpec.scala
# Conflicts: # src/test/scala/edu/ie3/simona/scheduler/ScheduleLockIT.scala
# Conflicts: # src/main/scala/edu/ie3/simona/api/ExtMessageUtils.scala
# Conflicts: # src/main/scala/edu/ie3/simona/agent/grid/GridAgentController.scala # src/main/scala/edu/ie3/simona/agent/participant/ParticipantAgent.scala # src/main/scala/edu/ie3/simona/sim/setup/SimonaStandaloneSetup.scala # src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmParticipantSpec.scala # src/test/scala/edu/ie3/simona/agent/participant/ParticipantAgentFundamentalsSpec.scala # src/test/scala/edu/ie3/simona/agent/participant/ParticipantAgentMock.scala # src/test/scala/edu/ie3/simona/agent/participant/WecAgentModelCalculationSpec.scala
…se-switch # Conflicts: # src/main/scala/edu/ie3/simona/scheduler/SchedulerData.scala
Simplified scheduling protocol
The new scheduling protocol includes a bunch changes:
The text was updated successfully, but these errors were encountered: