Skip to content

Commit

Permalink
Code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Oct 6, 2022
1 parent 8f0fb85 commit d34c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/diagnostics/plugin.py
Expand Up @@ -297,7 +297,7 @@ async def setup(self, worker):
)

if self.restart and worker.nanny and not await self._is_restarted(worker):
logger.info("Restarting worker to refresh environment")
logger.info("Restarting worker to refresh interpreter.")
await self._set_restarted(worker)
worker.loop.add_callback(worker.close_gracefully, restart=True)

Expand Down

0 comments on commit d34c5c9

Please sign in to comment.