Skip to content

v5.1.0

Compare
Choose a tag to compare
@zguesmi zguesmi released this 26 Mar 15:03

What's new?

Fix WebSockets problem

#388 Enhance different task stages detection. When detecting unnotified contribute/reveal
we use the initialization block instead of the current block to lookup for the contribute/reveal metadata.
#386 Use a dedicated TaskScheduler for STOMP WebSocket heartbeats.
#386 Use a dedicated TaskScheduler for @Scheduled tasks.
#386 Use a dedicated TaskExecutor for @Async tasks.
#386 TaskService is now the entry point to update tasks.
#385 feature/task-replay

Also:

#396 Use the deal block as a landmark for a task.
#395 Keep the computing task list consistent.
#394 Worker should be instructed to contribute whenever it is possible (e.g. app/data download failure).
#393 Enhance worker lost detection.
#392 Enhance final deadline detection for tasks.