issues
search
It4innovations
/
hyperqueue
Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
277
stars
23
forks
source link
Resuming server state from journal + live event streaming
#706
Closed
spirali
closed
5 months ago
spirali
commented
5 months ago
Journal can be loaded and server state can be resumed
Event format is changed
New events/data was added for resuming server state needs
old format used Tako Ids, new format is Tako independant
events are serialized via bincode (not msgpack)
Server no longer remembers past events in memory. If history is needed, it is loaded from journal file
Some copying of events removed
Events can be dynamically streamed into client, message pulling is removed
This change completely breaks Dashboard (mainly because of events format (TakoIds) and event streaming)
Default overview_interval is set to 5s.