-
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
Restructure and reimplement SimScheduler
#378
Labels
Comments
sebastian-peter
added
enhancement
New feature or request
pekko typed
Conversions from akka classic to typed
labels
Oct 14, 2022
This was referenced Oct 14, 2022
sebastian-peter
added a commit
that referenced
this issue
Oct 29, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 2, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 7, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 10, 2023
danielfeismann
added a commit
that referenced
this issue
Nov 17, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 19, 2023
…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
sebastian-peter
added a commit
that referenced
this issue
Nov 19, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 20, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 20, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 21, 2023
sebastian-peter
added a commit
that referenced
this issue
Nov 21, 2023
danielfeismann
added a commit
that referenced
this issue
Nov 22, 2023
Implementation of typed two-parted scheduler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Future concept shall allow the hierarchical stacking of schedulers by separating scheduling and time advancement functionality.
Also, the activation in phases could be controlled by the time advancement unit, activating separate schedulers.
The text was updated successfully, but these errors were encountered: