Re-enable parameter push thread in learner server

- Uncomment and start the param_push_thread
- Restore thread joining for param_push_thread
This commit is contained in:
AdilZouitine
2025-02-17 10:26:33 +00:00
parent 279e03b6c8
commit d9cd85d976
4 changed files with 337 additions and 3 deletions

View File

@@ -206,9 +206,8 @@ def start_learner_threads(
server_thread.start()
transition_thread.start()
# param_push_thread.start()
# param_push_thread.join()
param_push_thread.start()
param_push_thread.join()
transition_thread.join()
server_thread.join()