Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishA26 committed Jun 23, 2024
1 parent c543b04 commit 6799b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class ManagerType(Enum):
# Check if all workers are alive in each manager.
# If a worker is dead, log the error and restart the worker.
# Steps: Terminate and join the worker, fill and drain the
# related queues, and creat and start a new worker.
# related queues, and create and start a new worker.
for manager in range(number_of_managers):
if not managers_array[manager].are_workers_alive():
managers_array[manager].terminate_workers()
Expand Down

0 comments on commit 6799b78

Please sign in to comment.