Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafonek committed Aug 25, 2022
1 parent 9b30731 commit 671167b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sending/backends/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ async def _poll(self):

async def _poll_loop(self):
"""
Override base Manager _poll_loop to switch the final asyncio.sleep from 0 to 0.001.
Override base Manager _poll_loop to switch the final asyncio.sleep from 0 to
something more than that (definable at init or after instantiation, default 0.005).
While observing JupyterManager in real world, containers are using 100% CPU.
Possibly due to this loop being too aggressive?
"""
Expand Down

0 comments on commit 671167b

Please sign in to comment.