futureverse / futureverse/future

Worker selection

Open
#301 5 comments 0 reactions 0 assignees View on GitHub
feature/resources
Dominant language
R
Stars
1k
Forks
92
PR merge metrics
No merged PRs in 30d

Description

AFAIK, this is not possible right now: it would be great to be able to specify a particular worker for a particular future. For instance, something like

```r
f <- future(some_computation, worker=worker_id)
```

Consider, e.g., an extension of the use case presented in #300, in which we are exploiting an online API and we want to set up `n` workers to handle `n` distinct API methods and their corresponding rate limitations.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.