Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "ready->memory" to transitions in worker (#4728)
* Add "ready->memory" to transitions in worker This should remove the error message in #4721 but is more of a band-aid than a fix. Ready->memory transitions shouldn't happen, but since they do occassionally crop up, we might as well dispatch them appropriately until the worker state machine is ready. * Default to `no_value` * Update distributed/worker.py Co-authored-by: James Bourbeau <[email protected]> Co-authored-by: James Bourbeau <[email protected]>
- Loading branch information