We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These methods were added in #857 and were not functionally iterated upon since:
distributed/distributed/scheduler.py
Lines 6632 to 6643 in d88c1d2
distributed/distributed/worker.py
Lines 1755 to 1767 in d88c1d2
They are affected by several problems:
_ensure_computing
add_resources
set_resources
Scheduler.add_resources
CC @mrocklin (who originally wrote #857), @hendrikmakait
The text was updated successfully, but these errors were encountered:
WorkerState
xref: #6575
Sorry, something went wrong.
No branches or pull requests
These methods were added in #857 and were not functionally iterated upon since:
distributed/distributed/scheduler.py
Lines 6632 to 6643 in d88c1d2
distributed/distributed/worker.py
Lines 1755 to 1767 in d88c1d2
They are affected by several problems:
_ensure_computing
when increasing resourcesadd_resources
, but its RPC comms handler is calledset_resources
Scheduler.add_resources
is also invoked to replace (not add to) the worker resources at every heartbeat - which is unnecessaryCC @mrocklin (who originally wrote #857), @hendrikmakait
The text was updated successfully, but these errors were encountered: