Client.scheduler_info needs better documentation #2378
Labels
documentation
Improve or add to documentation
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
https://distributed.readthedocs.io/en/latest/api.html#distributed.Client.scheduler_info provides a single example of the dictionary returned, but there's no explanation of what those fields mean. Take for example
'stored': 0
under the worker -- the example alone doesn't do enough to explain what that actually means. A list of the fields being returned and their interpretations would go a long way.The text was updated successfully, but these errors were encountered: