Skip to content

[WIP] Worker outgoing backpressure#1768

Closed
mrocklin wants to merge 3 commits intodask:masterfrom
mrocklin:worker-outgoing-backpressure
Closed

[WIP] Worker outgoing backpressure#1768
mrocklin wants to merge 3 commits intodask:masterfrom
mrocklin:worker-outgoing-backpressure

Conversation

@mrocklin
Copy link
Copy Markdown
Member

This adds outgoing backpressure to workers. It stops situations where they may be computing too much while waiting for data.

I started work on this, but then stopped. I'm pushing it here just so that I don't forget where it is. Will close shortly after opening.

When engaging in heavy communication we would prefer that workers pause
ongoing work rather than spill excess data to disk.  This applies back
pressure to the computational system when the communication system is
under stress and generally keeps things more even.
@mrocklin mrocklin closed this Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant